Intersoft ClientUI Documentation
Equals(PropertyGridDefinition,PropertyGridDefinition) Method



Property definition which will be compared.
Property definition which will be compared.
Gets the value that determines whether the specified object is equal to the current object.
Syntax
Public Overloads Function Equals( _
   ByVal x As PropertyGridDefinition, _
   ByVal y As PropertyGridDefinition _
) As Boolean
Dim instance As PropertyGridDefinitionComparer
Dim x As PropertyGridDefinition
Dim y As PropertyGridDefinition
Dim value As Boolean
 
value = instance.Equals(x, y)
public bool Equals( 
   PropertyGridDefinition x,
   PropertyGridDefinition y
)
public:
bool Equals( 
   PropertyGridDefinition^ x,
   PropertyGridDefinition^ y
) 

Parameters

x
Property definition which will be compared.
y
Property definition which will be compared.

Return Value

true if the specified object is equal to the current object; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyGridDefinitionComparer Class
PropertyGridDefinitionComparer Members
Overload List

Send Feedback