TextureCoordinate4DFEquals Method (TextureCoordinate4DF) |
Indicates whether another instance of this type is exactly equal to this instance.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Equals(
TextureCoordinate4DF other
)
Public Function Equals (
other As TextureCoordinate4DF
) As Boolean
public:
virtual bool Equals(
TextureCoordinate4DF other
) sealed
abstract Equals :
other : TextureCoordinate4DF -> bool
override Equals :
other : TextureCoordinate4DF -> bool
Parameters
- other
- Type: AGI.Foundation.CoordinatesTextureCoordinate4DF
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