SourceValueTypePathEquals Method  | 
 
            Determines whether the specified 
Object is equal to the current 
Object.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.DerivedModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
Parameters
- obj
 - Type: SystemObject
The object to compare with the current object.  
Return Value
Type: 
Boolean
            true if the specified object  is equal to the current object; otherwise, false.
            
See Also