Share via


Element.Equals Method (Element) (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 Element _
) As Boolean
'Usage
Dim instance As Element
Dim other As Element
Dim returnValue As Boolean

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

Parameters

  • other
    An object to compare with this object.

Return Value

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

See Also

Reference

Element Class
Element Members
Microsoft.PerformancePoint.Scorecards Namespace