Click or drag to resize

BinaryKey Class

Type for using byte[] as keys in collections
Inheritance Hierarchy
SystemObject
  Crosser.Common.Utilities.BinaryBinaryKey

Namespace:  Crosser.Common.Utilities.Binary
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public class BinaryKey

The BinaryKey type exposes the following members.

Constructors
  NameDescription
Public methodBinaryKey
Ctor
Top
Methods
  NameDescription
Public methodStatic memberCompare
Compared two byte arrays to see if they are equal
Public methodStatic memberCreate
Created a new BinaryKey for a byte[]
Public methodEquals
Compares the instance to another object
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hashcode for the BinaryKey
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the bytes representing the BinaryKey as a String
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldBytes
The actual bytes that the key represents
Top
See Also