PrefetchPathElement2Equals Method  | 
 
            Compares the object passed in. Performs a compare on Property name, destination entity type and tofetch entity type
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
Parameters
- obj
 - Type: SystemObject
Obj. 
Return Value
Type: 
Boolean
See Also