DashboardElement.Equals Method (DashboardElement) (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 DashboardElement _
) As Boolean
'Usage
Dim instance As DashboardElement
Dim other As DashboardElement
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals (
DashboardElement other
)
Parameters
- other
An object to compare this object to.
Return Value
Returns true if the current object is equal to the other parameter. Otherwise, returns false.
See Also
Reference
DashboardElement Class
DashboardElement Members
Microsoft.PerformancePoint.Scorecards Namespace