HexBinary MethodsHexBinary MethodsHexBinary Methods

The HexBinaryHexBinaryHexBinary type exposes the following members.

Methods

 MethodDescription
Public methodstaticCompareCompareCompare Compares a byteBytebyte array with another byteBytebyte array.
Public methodCompareToCompareToCompareTo Compares the current HexBinaryHexBinaryHexBinary with another HexBinaryHexBinaryHexBinary 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 (HexBinary)Equals (HexBinary)Equals (HexBinary) Indicates whether the current HexBinaryHexBinaryHexBinary is equal to another instance of the same type.
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it 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::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates 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