Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public override bool Equals(
	Object obj
)

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