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