Base64Binary.Equals Method (Base64Binary)Base64Binary.Equals Method (Base64Binary)Base64Binary::Equals Method (Base64Binary)
- XmlPrime 4.1
- Other Versions ▼
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
Parameters
- other
Type: XmlPrime.Base64BinaryXmlPrime.Base64BinaryXmlPrime::Base64Binary
Aa Base64BinaryBase64BinaryBase64Binary instance to compare with this instance.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if the current Base64BinaryBase64BinaryBase64Binary is equal to the other parameter; otherwise, false
False
false
.