TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
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
MSequence
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference