The Equals method determines whether the specified object (assumed to be a Property object) is equal to the current Property
            
 
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxpublic override bool Equals(
	Object prop
)
Public Overrides Function Equals ( 
	prop As Object
) As Boolean
Parameters
- prop
- Type: SystemObject
 The property object whose value is to be compared against this property's value.
Return Value
Type: 
BooleanReturns true if the specified System.Object is equal to the current Property object or false if it is not equal.
 See Also
See Also