TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IEquatable in System

Base interface for classes that implement an equality comparison.

interface IEquatable with <T>  

Methods

Equals

Compares this object with the given one.

[Pure]
method Equals (T other)
type bool
params other The object to compare to.
returns true if this object is equal to other, false if not.