IComparable Interface

Comparable Interface.

Definition

Namespace: Metas.UncLib.Core.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public interface IComparable

Methods

IsNotZero Returns true if the Value of an Object is not equal to zero.
IsOne Returns true if the Value of an Object is equal to one.
IsZero Returns true if the Value of an Object is equal to zero.

See Also