Share via


ClusterCounter.Equals Method (IClusterCounter)

Determines whether two instances of the ClusterCounter object are equal.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
Public Function Equals ( _
    counter As IClusterCounter _
) As Boolean
public bool Equals (
    IClusterCounter counter
)
public:
virtual bool Equals (
    IClusterCounter^ counter
) sealed
public final boolean Equals (
    IClusterCounter counter
)
public final function Equals (
    counter : IClusterCounter
) : boolean

Parameters

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

Return Value

The value is true if the specified instance is the same as this instance; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

ClusterCounter Class
ClusterCounter Members
Microsoft.ComputeCluster Namespace