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

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

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 other is XPathObjectNavigator..::..SpecialStep and both (current and specified) Steps have same instance in their Object field and are of same sub-type (see also )

See Also