EntityPropertyDescriptorEquals Method  | 
 
            Compares this to another object to see if they are equivalent.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
Parameters
- obj
 - Type: SystemObject
The object to compare to this PropertyDescriptor. 
Return Value
Type: 
Boolean
            true if the values are equivalent; otherwise, false.
            
See Also