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.4.0.0 (5.4.0)
Syntax public 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