Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Compares the bytes in this binary object with the other binary object.
The other binary object to compare with.
Returns 0 if the binary object are equal.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Compares the bytes in this binary large object with the other binary large object.
The other binary object to compare with.
Returns true if the bytes in the objects are equal; otherwise false.
Static
CreateCreates a BinaryLargeObject by reading data from a stream. Starts reading binary data from the current position of the stream and stops at the end of the stream. When done, the position in the stream is at the end of the stream.
The input stream.
The newly created BinaryLargeObject.
Represents a value of datatype Spotfire.Dxp.Data.DataType.Binary. The inner representation of the data is not accessible directly, instead a Spotfire.Dxp.Data.BinaryLargeObject is created from a byte stream and the data is retrieved through a byte stream.
Since
2.0