Share via


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

Return value

Type: System.Boolean
true if current banding settings are equal; otherwise false.

See also

Reference

Target class

Target members

Microsoft.PerformancePoint.Scorecards namespace