BinaryLargeObject CompareTo Method TIBCO Spotfire 6.0 API Reference
Compares the bytes in this binary object with the other binary object.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public int CompareTo(
	BinaryLargeObject other
)

Return Value

Type: Int32
Returns 0 if the binary object are equal.

Implements

IComparable T  CompareTo(T)
See Also