FontsAndColorsCategory.Equality(FontsAndColorsCategory, FontsAndColorsCategory) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
true si les objets sont identiques ; sinon, false.