Base64Binary MethodsBase64Binary MethodsBase64Binary Methods

The Base64BinaryBase64BinaryBase64Binary type exposes the following members.

Methods

 MethodDescription
Public methodstaticCompareCompareCompare Compares a byteBytebyte array with another byteBytebyte array.
Public methodCompareToCompareToCompareTo Compares the current Base64BinaryBase64BinaryBase64Binary with another instance of the same type.
Public methodEquals (object)Equals (Object)Equals (object^) Determines whether the specified objectObjectobject, is equal to this instance. (Overrides ValueType.EqualsValueType.EqualsValueType::Equals)
Public methodEquals (Base64Binary)Equals (Base64Binary)Equals (Base64Binary) Indicates whether the current Base64BinaryBase64BinaryBase64Binary is equal to another instance of the same type.
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodGetHashCodeGetHashCodeGetHashCode Returns a hash code for this instance. (Overrides ValueType.GetHashCodeValueType.GetHashCodeValueType::GetHashCode)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodToStringToStringToString Returns a stringStringString that represents this instance. (Overrides ValueType.ToStringValueType.ToStringValueType::ToString)

Top