'DeclarationPublic Operator =( _ ByVal id1 As DAPropertyDescriptor, _ ByVal id2 As DAPropertyDescriptor _ ) As Boolean
'Usage
 
            public bool operator ==( DAPropertyDescriptor id1, DAPropertyDescriptor id2 )
public: bool operator ==( DAPropertyDescriptor^ id1, DAPropertyDescriptor^ id2 )
Parameters
- id1
 - First object to be compared.
 - id2
 - Second object to be compared.
 
Return Value
True if the objects are equal; false otherwise.