The Checksum type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkCompareTo
Comparest the checksum with another object of the same type and returns a value indicating whether the current instance precedes, follows or occurs in the same position in the sort order.
Public methodSupported by the .NET Compact FrameworkEquals
Returns a value indicating whether the specified object is equal to this checksum.
(Overrides ValueType..::..Equals(Object).)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetBytes
Returns checksum data.
Public methodSupported by the .NET Compact FrameworkGetHashCode
Returns the hash code for this checksum.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a hex string representation of this checksum.
(Overrides ValueType..::..ToString()()()().)

See Also