Compares the current unit value with another object.
            
        
    Namespace: 
   C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
Syntax
| C# | 
|---|
| public override bool Equals( Object obj ) | 
| Visual Basic | 
|---|
| Public Overrides Function Equals ( _ obj As Object _ ) As Boolean | 
Parameters
- obj
- Type: System..::..Object
 The object to compare the current with.
 
     
     
     
     
    