FontsAndColorsCategory.Equality Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İki nesnenin aynı olup olmadığını belirler FontsAndColorsCategory .
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
Parametreler
- first
- FontsAndColorsCategory
İlk kategori.
- second
- FontsAndColorsCategory
İkinci kategori.
Döndürülenler
nesneler aynıysa true, değilse false.