HexBinary.Equals Method (HexBinary)HexBinary.Equals Method (HexBinary)HexBinary::Equals Method (HexBinary)

Indicates whether the current HexBinaryHexBinaryHexBinary is equal to another instance of the same type.

Syntax

Public Function Equals( _
    other As HexBinary _
) As Boolean
public bool Equals(
    HexBinary other
)
public:
virtual bool Equals(
    HexBinary other
) sealed
 

Parameters

other

Type: XmlPrime.HexBinaryXmlPrime.HexBinaryXmlPrime::HexBinary

Aa HexBinaryHexBinaryHexBinary instance to compare with this instance.

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the current HexBinaryHexBinaryHexBinary is equal to the other parameter; otherwise, falseFalsefalse.