Kpi.Equals-Methode (Kpi)
Bestimmt, ob dieses Objekt gleich einem anderen Objekt desselben Typs.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function Equals ( _
other As Kpi _
) As Boolean
'Usage
Dim instance As Kpi
Dim other As Kpi
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
Kpi other
)
Parameter
other
Typ: Microsoft.PerformancePoint.Scorecards.KpiDas zu vergleichende Objekt.
Rückgabewert
Typ: System.Boolean
true Wenn das Objekt gleich sind; andernfalls false.