Covariance3By3DerivativeEquals Method (Covariance3By3Derivative) |
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(
Covariance3By3Derivative other
)
Public Function Equals (
other As Covariance3By3Derivative
) As Boolean
public:
virtual bool Equals(
Covariance3By3Derivative^ other
) sealed
abstract Equals :
other : Covariance3By3Derivative -> bool
override Equals :
other : Covariance3By3Derivative -> bool
Parameters
- other
- Type: AGI.Foundation.CoordinatesCovariance3By3Derivative
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