FontsAndColorsCategory.Equality(FontsAndColorsCategory, FontsAndColorsCategory) Opérateur

Définition

Détermine si deux objets FontsAndColorsCategory sont identiques.

public:
 static bool operator ==(Microsoft::VisualStudio::Editor::FontsAndColorsCategory ^ first, Microsoft::VisualStudio::Editor::FontsAndColorsCategory ^ second);
 static bool operator ==(Microsoft::VisualStudio::Editor::FontsAndColorsCategory const & first, Microsoft::VisualStudio::Editor::FontsAndColorsCategory const & second);
public static bool operator == (Microsoft.VisualStudio.Editor.FontsAndColorsCategory first, Microsoft.VisualStudio.Editor.FontsAndColorsCategory second);
static member ( = ) : Microsoft.VisualStudio.Editor.FontsAndColorsCategory * Microsoft.VisualStudio.Editor.FontsAndColorsCategory -> bool
Public Shared Operator == (first As FontsAndColorsCategory, second As FontsAndColorsCategory) As Boolean

Paramètres

first
FontsAndColorsCategory

Première catégorie.

second
FontsAndColorsCategory

Deuxième catégorie.

Retours

Boolean

true si les objets sont identiques ; sinon, false.

S’applique à