Compartilhar via


Operador FontsAndColorsCategory.Equality

Determina se dois FontsAndColorsCategory objetos forem iguais.

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (em Microsoft.VisualStudio.Editor.dll)

Sintaxe

'Declaração
Public Shared Operator = ( _
    first As FontsAndColorsCategory, _
    second As FontsAndColorsCategory _
) As Boolean
public static bool operator ==(
    FontsAndColorsCategory first,
    FontsAndColorsCategory second
)
public:
static bool operator ==(
    FontsAndColorsCategory^ first, 
    FontsAndColorsCategory^ second
)
static let inline(=)
        first:FontsAndColorsCategory * 
        second:FontsAndColorsCategory  : bool
JScript não oferece suporte a operadores sobrecarregados.

Parâmetros

Valor de retorno

Tipo: Boolean
true Se os objetos forem iguais, caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

FontsAndColorsCategory Classe

Namespace Microsoft.VisualStudio.Editor