|
Matrix3x2Equals Method (Matrix3x2)
|
Returns a boolean indicating whether the matrix 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(
Matrix3x2 other
)
Public Function Equals (
other As Matrix3x2
) As Boolean
public:
virtual bool Equals(
Matrix3x2 other
) sealed
abstract Equals :
other : Matrix3x2 -> bool
override Equals :
other : Matrix3x2 -> bool
Parameters
- other
- Type: Karamba.GeometryMatrix3x2
The other matrix to test equality against.
Return Value
Type:
BooleanTrue if this matrix is equal to other; False otherwise.
Implements
IEquatableTEquals(T)
See Also