XPathAtomicValue.Equals Method (XPathAtomicValue)XPathAtomicValue.Equals Method (XPathAtomicValue)XPathAtomicValue::Equals Method (XPathAtomicValue^)

Syntax

Public MustOverride Function Equals( _
    otherValue As XPathAtomicValue _
) As Boolean
public abstract bool Equals(
    XPathAtomicValue otherValue
)
public:
virtual bool Equals(
    XPathAtomicValue^ otherValue
) abstract
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if this instance is always equal to the other value; falseFalsefalse otherwise.