Click or drag to resize

PropertyEquals Method

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
public override bool Equals(
	Object prop
)

Parameters

prop
Type: SystemObject
The property object whose value is to be compared against this property's value.

Return Value

Type: Boolean
Returns true if the specified System.Object is equal to the current Property object or false if it is not equal.
See Also