OrdinalEvent.Equals Method (OrdinalEvent, OrdinalEvent)
Determines whether the specified 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 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.OrdinalEventThe first OrdinalEvent to compare.
second
Type: Microsoft.VisualStudio.IntelliTrace.OrdinalEventThe second OrdinalEvent to compare.
Return Value
Type: 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.