Condividi tramite


DocumentType.Inequality(DocumentType, DocumentType) Operator

Definition

Compares two DocumentType values returning whether they are different.

public static bool operator != (Microsoft.VisualStudio.Extensibility.Editor.DocumentType a, Microsoft.VisualStudio.Extensibility.Editor.DocumentType b);
static member op_Inequality : Microsoft.VisualStudio.Extensibility.Editor.DocumentType * Microsoft.VisualStudio.Extensibility.Editor.DocumentType -> bool
Public Shared Operator != (a As DocumentType, b As DocumentType) As Boolean

Parameters

a
DocumentType

The first instance to compare.

b
DocumentType

The second instance to compare.

Returns

Whether the two values are different.

Applies to