SPSystemPerformanceCounterMonitor.Equals Method
Determines whether the specified object is equal to the current SPSystemPerformanceCounterMonitor object.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As SPSystemPerformanceCounterMonitor
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
Parameters
obj
Type: System.ObjectThe specified object for comparison to the SPSystemPerformanceCounterMonitor object.
Return Value
Type: System.Boolean
true, if the two objects are equal; otherwise, false.
Remarks
This override defines equality as simply the equality of the Name properties.
See Also
Reference
SPSystemPerformanceCounterMonitor Class