OrdinalEvent.Equals Method (OrdinalEvent, OrdinalEvent)
Determines whether the specified OrdinalEvents are considered equal.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Shared Function Equals ( _
first As OrdinalEvent, _
second As OrdinalEvent _
) As Boolean
public static bool Equals(
OrdinalEvent first,
OrdinalEvent second
)
public:
static bool Equals(
OrdinalEvent^ first,
OrdinalEvent^ second
)
static member Equals :
first:OrdinalEvent *
second:OrdinalEvent -> bool
public static function Equals(
first : OrdinalEvent,
second : OrdinalEvent
) : boolean
Parameters
- first
Type: Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
The first OrdinalEvent to compare.
- second
Type: Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
The second OrdinalEvent to compare.
Return Value
Type: System.Boolean
True if the instances are equal; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.