Click or drag to resize

TerrainCacheTimeStampEquals Method (Object)

Indicates whether another object 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 override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare to this instance.

Return Value

Type: Boolean
if obj is an instance of this type and represents the same value as this instance; otherwise .
See Also