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