Tests whether two RdlEnum<(Of <(<'T>)>)> objects are equal.
            
        
    Namespace: 
   C1.C1RdlAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
Syntax
| C# | 
|---|
| public static bool operator ==( RdlEnum<T> o1, RdlEnum<T> o2 ) | 
| Visual Basic | 
|---|
| Public Shared Operator = ( _ o1 As RdlEnum(Of T), _ o2 As RdlEnum(Of T) _ ) As Boolean | 
Parameters
- o1
- Type: C1.C1Rdl..::..RdlEnum<(Of <(<'T>)>)>
 The first object.
- o2
- Type: C1.C1Rdl..::..RdlEnum<(Of <(<'T>)>)>
 The second object.
 
     
     
     
     
    