Base64Binary.Equals Method (Base64Binary)Base64Binary.Equals Method (Base64Binary)Base64Binary::Equals Method (Base64Binary)

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

Syntax

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

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

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