Matrix3By3Symmetric.Equals Method (Matrix3By3) |
Indicates whether another instance of this type is exactly equal to this instance.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Equals(
Matrix3By3 other
)
Public Function Equals (
other As Matrix3By3
) As Boolean
public:
virtual bool Equals(
Matrix3By3 other
) sealed
abstract Equals :
other : Matrix3By3 -> bool
override Equals :
other : Matrix3By3 -> bool
Parameters
- other
- Type: AGI.Foundation.Coordinates.Matrix3By3
The instance to compare to this instance.
Return Value
Type:
Booleantrue if
other represents the same value as this instance; otherwise
false.
Implements
IEquatable<T>.Equals(T)
See Also