Class Binary
Represents an immutable block of binary data.
Inheritance
System.Object
Binary
Implements
System.IEquatable<Binary>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public sealed class Binary : IEquatable<Binary>
Constructors
Name | Description |
---|---|
Binary(Byte[]) | Initializes a new instance of the System.Data.Linq.Binary class. |
Properties
Name | Description |
---|---|
Item[Int32] | Gets the byte value at specified index. |
Length | Gets the length of the binary object. |
Methods
Name | Description |
---|---|
Equals(Binary) | Determines whether two binary objects are equal. |
Equals(Object) | |
GetHashCode() | Gets the hash code of this binary object. |
ToArray() | Returns an array of bytes that represents the current binary object. |
ToString() |
Operators
Name | Description |
---|---|
Equality(Binary, Binary) | Describes the equality relationship between two binary objects. |
Implicit(Byte[] to Binary) | Enables arrays of bytes to be implicitly coerced to the System.Data.Linq.Binary type in a programming language. |
Inequality(Binary, Binary) | Describes the inequality relationship between two binary objects. |