XPathFunctionItem.Equals MethodXPathFunctionItem.Equals MethodXPathFunctionItem::Equals Method

Determines whether the specified objectObjectobject is equal to the current objectObjectobject.

Syntax

Public Overrides Function Equals( _
    obj As Object _
) As Boolean
public override bool Equals(
    object obj
)
public:
virtual bool Equals(
    object^ obj
) override
 

Parameters

obj

Type: System.ObjectSystem.ObjectSystem::Object^

The objectObjectobject to compare with the current objectObjectobject.

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the specified objectObjectobject is equal to the current objectObjectobject; otherwise, falseFalsefalse.