Provides extension methods to compare arbitrary values.

The following tables list the members exposed by the T_Comparisons type.

Name Description
Public method Static AreEqualTo<TItem> Determines whether the current enumeration items are equal in position order to each of the given comparing items.
Public method Static AreNotEqualTo<TItem> Determines whether the current enumeration items are different in position order to each of the given comparing items.
Public method Equals (Overloaded) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType (Overloaded) Gets the Type of the current instance. (inherited from Object).
Public method Static IsEmpty<TBaseValue> Determines whether the current value is empty.
Public method Static IsEqualTo<TBaseValue, TComparingValue> Determines whether the current value is equal to the given comparing value.
Public method Static IsGreaterOrEqualTo<TBaseValue, TComparingValue> Determines whether the current value is greater or equal to the given comparing value.
Public method Static IsGreaterThan<TBaseValue, TComparingValue> Determines whether the current value is greater than the given comparing value.
Public method Static IsLessOrEqualTo<TBaseValue, TComparingValue> Determines whether the current value is less or equal to the given comparing value.
Public method Static IsLessThan<TBaseValue, TComparingValue> Determines whether the current value is less than the given comparing value.
Public method Static IsNotEmpty<TBaseValue> Determines whether the current value is not empty.
Public method Static IsNotEqualTo<TBaseValue, TComparingValue> Determines whether the current value is different from the given comparing value.
Public method Static IsNotNull<TBaseValue> Determines whether the current value is different to null reference (Nothing in Visual Basic).
Public method Static IsNotNullNorEmpty<TBaseValue> Determines whether the current value is different from null reference (Nothing in Visual Basic) and empty.
Public method Static IsNull<TBaseValue> Determines whether the current value is equal to null reference (Nothing in Visual Basic).
Public method Static IsNullOrEmpty<TBaseValue> Determines whether the current value is null reference (Nothing in Visual Basic) or empty.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Static ReferenceEquals Determines whether the specified Object instances are the same instance. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Name Description
Public extension method FromNullable Converts object values to nullable relational data store values. (Defined by Object_ToNullable).
Public extension method GetAttribute Obtains the first attribute that decorates an object class. (Defined by Attribute_GetAttributes).
Public extension method GetAttribute<TAtribute> (Overloaded) Obtains the first attribute that decorates an object class. (Defined by Attribute_GetAttributes).
Public extension method GetAttributes Obtains the attributes that decorates a class. (Defined by Attribute_GetAttributes).
Public extension method GetAttributes<TAtribute> (Overloaded) Obtains the attributes that decorates a class. (Defined by Attribute_GetAttributes).
Public extension method ToNullable<T> Converts nullable relational data store values to Nullable<T>. (Defined by Object_ToNullable).
Top