ReadonlyByteArray Structure

Provides a way for byte arrays to be added to sorted lists and dictionaries.

Definition

Namespace: SnapDB.Security
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public readonly struct ReadonlyByteArray : IComparable<ReadonlyByteArray>, 
	IEquatable<ReadonlyByteArray>
Inheritance
Object    ValueType    ReadonlyByteArray
Implements
IComparableReadonlyByteArray, IEquatableReadonlyByteArray

Constructors

ReadonlyByteArray Initializes a new instance of the ReadonlyByteArray struct with the specified byte array.

Methods

CompareTo Compares this ReadonlyByteArray instance with another instance for ordering.
Equals(Object) Determines whether this ReadonlyByteArray instance is equal to another object.
(Overrides ValueTypeEquals(Object))
Equals(ReadonlyByteArray) Determines whether this ReadonlyByteArray instance is equal to another instance.
GetHashCode Returns the hash code for this ReadonlyByteArray instance.
(Overrides ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also