Share via


FirstClassElement.Equals Method (FirstClassElement) (Microsoft.PerformancePoint.Scorecards)

Indicates if this object is equal to another object of the same type.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As FirstClassElement _
) As Boolean
'Usage
Dim instance As FirstClassElement
Dim other As FirstClassElement
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals (
    FirstClassElement other
)

Parameters

  • other
    An object to compare with.

Return Value

Returns true if the current object is equal to the other object. Otherwise, returns false.

See Also

Reference

FirstClassElement Class
FirstClassElement Members
Microsoft.PerformancePoint.Scorecards Namespace