Determines whether the specified object is equivalent to the current column.
            
            
            
            
            
            
            
            
            'Declaration
 
Public Overrides Function Equals( _
   ByVal  As Object _
) As Boolean
             
        
            
            'Usage
 
Dim instance As Column
Dim o As Object
Dim value As Boolean
 
value = instance.Equals(o)
             
        
            
            public override bool Equals( 
   object 
)
             
        
             
        
            Parameters
- o
Return Value
Returns true if the columns are equal; otherwisefalse.
 
            
            
            
            
            Target Platforms: Windows Server 2012, Windows RT