BinaryLargeObject Equals Method TIBCO Spotfire 6.0 API Reference
Overload List

  Name Description
Public method Equals(Object)
Compares the bytes in this binary large object with the other binary large object. If the other object is not a BinaryLargeObject then this method returns false.
(Overrides Object Equals(Object).)
Public method Equals(BinaryLargeObject)
Compares the bytes in this binary large object with the other binary large object.
Back to Top
See Also