Share via


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

Indicates if the current 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 ParameterUIElement _
) As Boolean
'Usage
Dim instance As ParameterUIElement
Dim other As ParameterUIElement
Dim returnValue As Boolean

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

Parameters

  • other
    An object to compare with this object.

Return Value

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

See Also

Reference

ParameterUIElement Class
ParameterUIElement Members
Microsoft.PerformancePoint.Scorecards Namespace