public readonly struct ReadonlyByteArray : IComparable<ReadonlyByteArray>,
IEquatable<ReadonlyByteArray>Public Structure ReadonlyByteArray
Implements IComparable(Of ReadonlyByteArray), IEquatable(Of ReadonlyByteArray)public value class ReadonlyByteArray : IComparable<ReadonlyByteArray>,
IEquatable<ReadonlyByteArray>| ReadonlyByteArray | Initializes a new instance of the ReadonlyByteArray struct with the specified byte array. |
| 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) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |