Share via


OrdinalEvent.Equality Operator

Determines whether two OrdinalEvents are considered equal.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
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

Return Value

Type: Boolean
True if first is equal to second

.NET Framework Security

See Also

Reference

OrdinalEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace