| Matrix44D.Equals Method (Matrix44D) |
Indicates whether the current object is equal to another object of the same type.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public bool Equals(
Matrix44D other
)
Public Function Equals (
other As Matrix44D
) As Boolean
public:
virtual bool Equals(
Matrix44D other
) sealed
abstract Equals :
other : Matrix44D -> bool
override Equals :
other : Matrix44D -> bool
Parameters
- other
- Type: DigitalRune.Mathematics.Algebra.Matrix44D
An object to compare with this object.
Return Value
Type:
Booleantrue if the current object is equal to the other parameter; otherwise,
false.
Implements
IEquatable<T>.Equals(T)See Also