|
Matrix4x4Equals Method (Matrix4x4)
|
Returns a boolean indicating whether this matrix instance is equal to the other given matrix.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool Equals(
Matrix4x4 other
)
Public Function Equals (
other As Matrix4x4
) As Boolean
public:
virtual bool Equals(
Matrix4x4 other
) sealed
abstract Equals :
other : Matrix4x4 -> bool
override Equals :
other : Matrix4x4 -> bool
Parameters
- other
- Type: Karamba.GeometryMatrix4x4
The matrix to compare this instance to.
Return Value
Type:
BooleanTrue if the matrices are equal; False otherwise.
Implements
IEquatableTEquals(T)
See Also