[This is preliminary documentation and is subject to change.]

Determines whether the specified XPathObjectNavigator..::..Step is equal to the current XPathObjectNavigator..::..RootStep.

Namespace: Tools.XmlT.XPathT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public override bool Equals(
	XPathObjectNavigator..::..Step other
)
Visual Basic
Public Overrides Function Equals ( _
	other As XPathObjectNavigator..::..Step _
) As Boolean
Visual C++
public:
virtual bool Equals(
	XPathObjectNavigator..::..Step^ other
) override
F#
abstract Equals : 
        other:XPathObjectNavigator..::..Step -> bool 
override Equals : 
        other:XPathObjectNavigator..::..Step -> bool 
JScript
public override function Equals(
	other : XPathObjectNavigator..::..Step
) : boolean

Return Value

true if type of other is XPathObjectNavigator..::..PropertyStep and both, current an specified, Steps has same value of the Object (reference equals) and Property (same Name) fields.

See Also