BreakpointInfo.Equals Method

Determines whether the specified object is equal to the breakpoint.

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

Syntax

'Declaration
Public Overrides Function Equals ( _
    other As Object _
) As Boolean
'Usage
Dim instance As BreakpointInfo 
Dim other As Object 
Dim returnValue As Boolean 

returnValue = instance.Equals(other)
public override bool Equals(
    Object other
)
public:
virtual bool Equals(
    Object^ other
) override
abstract Equals : 
        other:Object -> bool  
override Equals : 
        other:Object -> bool
public override function Equals(
    other : Object
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the specified object is equal to the breakpoint; otherwise, false.

See Also

Reference

BreakpointInfo Class

Microsoft.DataWarehouse.Interfaces.Debugger Namespace