IClusterCounter::Equals method

Determines whether two instances of the ClusterCounter object are equal.

Syntax

HRESULT Equals(
  [in]  IClusterCounter *counter,
  [out] VARIANT_BOOL    *pRetVal
);

Parameters

  • counter [in]
    An instance of the ClusterCounter object that you want to compare with this instance.

  • pRetVal [out]
    The value is VARIANT_TRUE if the specified instance is the same as this instance; otherwise, VARIANT_FALSE.

Return value

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

IClusterCounter