TIBCO Adapter SDK C++ Reference
MSequence::==
MSequence
Return true if this MSequence instance is equal to the MSequence passed in as an argument, false otherwise. Equal means that all elements of the MSequence are equal.
Parameters
Parameters Description
const MSequence& refMSequence MSequence instance that you want to compare with this MSequence.
Declaration
Mboolean operator ==(const MSequence& refMSequence) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.