DashboardElement.Equals-Methode (DashboardElement)
Bestimmt, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.
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
)
Parameter
other
Typ: Microsoft.PerformancePoint.Scorecards.DashboardElementDas zu vergleichende Objekt.
Rückgabewert
Typ: System.Boolean
true Wenn die Objekte gleich sind; andernfalls false.