Determines whether the specified Object is equal to the current GwxDependencyObject.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
JScript
public override function Equals(
	obj : Object
) : boolean

Parameters

obj
Type: System..::..Object
The Object to compare with the current GwxDependencyObject.

Return Value

True if the specified Object is equal to the current GwxDependencyObject; otherwise, false.

See Also