BreakpointInfo.Equality Operator (BreakpointInfo, BreakpointInfo)

 

Applies To: SQL Server 2016 Preview

Indicates whether the two breakpoints are equal.

Namespace:   Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

public static bool operator ==(
    BreakpointInfo bp1,
    BreakpointInfo bp2
)
public:
static bool operator ==(
    BreakpointInfo^ bp1,
    BreakpointInfo^ bp2
)
static let inline (=)
        bp1:BreakpointInfo *
        bp2:BreakpointInfo : bool
Public Shared Operator = (
    bp1 As BreakpointInfo,
    bp2 As BreakpointInfo
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the two breakpoints are equal; otherwise, false.

See Also

BreakpointInfo Class
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top