TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Next
MInstance::==
MInstance
Checks whether this
MInstance
is exactly equal to the instance passed in as an argument.
Note
This method recurses through the
MInstance
and checks each attribute. It might take a considerable amount of time for a large
MInstance
.
Parameters
Parameters
Description
const MInstance& refMInstance
The
MInstance
instance with which to compare.
Return Value
Return true if this
MInstance
is equal to the
MInstance
passed in as an argument; false otherwise.
Declaration
Mboolean
operator
==(
const
MInstance
& refMInstance)
const
;
Links
MInstance
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference