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