Método Equals
Este membro substitui Object. . :: . .Equals(Object).
Namespace: Microsoft.DataWarehouse.Interfaces.Debugger
Assembly: Microsoft.DataWarehouse.Interfaces (em Microsoft.DataWarehouse.Interfaces.dll)
Sintaxe
'Declaração
Public Overrides Function Equals ( _
other As Object _
) As Boolean
'Uso
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
Parâmetros
- other
Tipo: System. . :: . .Object
Valor de retorno
Tipo: System. . :: . .Boolean
Consulte também