Target.IsSameBanding Method
Determines whether the banding settings of the specified target are the same as this target.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function IsSameBanding ( _
compareTarget As Target _
) As Boolean
'Usage
Dim instance As Target
Dim compareTarget As Target
Dim returnValue As Boolean
returnValue = instance.IsSameBanding(compareTarget)
public bool IsSameBanding(
Target compareTarget
)
Parameters
compareTarget
Type: Microsoft.PerformancePoint.Scorecards.TargetThe object to compare with.
Return Value
Type: System.Boolean
true if current banding settings are equal; otherwise false.