Covariance3By3SizeAndOrientationEquals Method (Covariance3By3SizeAndOrientation) |
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(
Covariance3By3SizeAndOrientation other
)
Public Function Equals (
other As Covariance3By3SizeAndOrientation
) As Boolean
public:
bool Equals(
Covariance3By3SizeAndOrientation^ other
)
member Equals :
other : Covariance3By3SizeAndOrientation -> bool
Parameters
- other
- Type: AGI.Foundation.CoordinatesCovariance3By3SizeAndOrientation
The instance to compare to this instance.
Return Value
Type:
Boolean if
other represents the same value as this instance; otherwise
.
See Also