OrdinalEvent.Equality Operator
Determines whether two OrdinalEvents are considered equal.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Shared Operator = ( _
first As OrdinalEvent, _
second As OrdinalEvent _
) As Boolean
public static bool operator ==(
OrdinalEvent first,
OrdinalEvent second
)
public:
static bool operator ==(
OrdinalEvent^ first,
OrdinalEvent^ second
)
static let inline (=)
first:OrdinalEvent *
second:OrdinalEvent : bool
JScript does not support overloaded operators.
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 first is equal to second
.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.