Matrix3x2Equals(Matrix3x2) Method |
Indicates whether the current object is equal to another object of the same type.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool Equals(
Matrix3x2 other
)
Parameters
- other Matrix3x2
- An object to compare with this object.
Return Value
Boolean if the current object is equal to the
other parameter; otherwise,
.
Implements
IEquatableTEquals(T)
See Also