PositionTagged<T>.Inequality Operator

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two objects are not equal.

public static bool operator != (System.Web.WebPages.Instrumentation.PositionTagged<T> left, System.Web.WebPages.Instrumentation.PositionTagged<T> right);
static member op_Inequality : System.Web.WebPages.Instrumentation.PositionTagged<'T> * System.Web.WebPages.Instrumentation.PositionTagged<'T> -> bool
Public Shared Operator != (left As PositionTagged(Of T), right As PositionTagged(Of T)) As Boolean

Parameters

left
PositionTagged<T>

The first object.

right
PositionTagged<T>

The second object.

Returns

true if the two objects are not equal; otherwise, false.

Applies to