Matrix3By3SymmetricEquals Method (Matrix3By3Symmetric) |
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: 24.2.419.0 (24.2.419.0)
Syntax public bool Equals(
Matrix3By3Symmetric other
)
Public Function Equals (
other As Matrix3By3Symmetric
) As Boolean
public:
virtual bool Equals(
Matrix3By3Symmetric other
) sealed
abstract Equals :
other : Matrix3By3Symmetric -> bool
override Equals :
other : Matrix3By3Symmetric -> bool
Parameters
- other
- Type: AGI.Foundation.CoordinatesMatrix3By3Symmetric
The instance to compare to this instance.
Return Value
Type:
Boolean if
other represents the same value as this instance; otherwise
.
Implements
IEquatableTEquals(T)See Also