Class MyObjectBuilderType.ComparerType
  
  
  
  
    Inheritance
    System.Object
    MyObjectBuilderType.ComparerType
   
  
  Assembly: VRage.Game.dll
  Syntax
  
    public class ComparerType : Object, IEqualityComparer<MyObjectBuilderType>
   
  Constructors
  
  
  
  
  ComparerType()
  
  
  Declaration
  
  Methods
  
  
  
  
  Equals(MyObjectBuilderType, MyObjectBuilderType)
  
  
  Declaration
  
    public bool Equals(MyObjectBuilderType x, MyObjectBuilderType y)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  GetHashCode(MyObjectBuilderType)
  
  
  Declaration
  
    public int GetHashCode(MyObjectBuilderType obj)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  |