Condividi tramite


DocumentType.Equality(DocumentType, DocumentType) Operator

Definition

Compares two DocumentType values returning whether they are equal.

public static bool operator == (Microsoft.VisualStudio.Extensibility.Editor.DocumentType a, Microsoft.VisualStudio.Extensibility.Editor.DocumentType b);
static member ( = ) : 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 value to compare.

b
DocumentType

The second value to compare.

Returns

Whether the two values are equal.

Applies to