Click or drag to resize

TerrainCacheTimeStampEquals Method (TerrainCacheTimeStamp)

Indicates whether another instance of this type is exactly equal to this instance.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Equals(
	TerrainCacheTimeStamp other
)

Parameters

other
Type: AGI.Foundation.TerrainTerrainCacheTimeStamp
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