HexBinary.Equals Method (object)HexBinary.Equals Method (Object)HexBinary::Equals Method (object^)

Determines whether the specified objectObjectobject, is equal to this instance.

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 this instance.

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

true if the specified objectObjectobject is equal to this instance; otherwise, false.