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