Determines whether the specified
Matrix3x2is equal to this instance.
'宣言
Public Overloads Function Equals( _
ByVal As Matrix3x2 _
) As System.Boolean
public System.bool Equals(
Matrix3x2
)
パラメータ
- other
- The Matrix3x2to compare with this instance.
戻り値の型
true
if the specified
Matrix3x2is equal to this instance; otherwise,
false
.