Метод ActivityId.Equals
Determines whether the specified activity is equal to the current activity.
Пространство имен: Microsoft.SqlServer.XEvent
Сборка: Microsoft.SqlServer.XEvent.Linq (в Microsoft.SqlServer.XEvent.Linq.dll)
Синтаксис
'Декларация
Public Overrides Function Equals ( _
o As Object _
) As Boolean
'Применение
Dim instance As ActivityId
Dim o As Object
Dim returnValue As Boolean
returnValue = instance.Equals(o)
public override bool Equals(
Object o
)
public:
virtual bool Equals(
Object^ o
) override
abstract Equals :
o:Object -> bool
override Equals :
o:Object -> bool
public override function Equals(
o : Object
) : boolean
Параметры
- o
Тип: System.Object
The object that is the activity to compare with the current activity.
Возвращаемое значение
Тип: System.Boolean
true if the specified activity is equal to the current activity; otherwise, false.