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
first
Tipo: Microsoft.VisualStudio.Editor.FontsAndColorsCategoryA primeira categoria.
second
Tipo: Microsoft.VisualStudio.Editor.FontsAndColorsCategoryA segunda categoria.
Valor de retorno
Tipo: Boolean
true Se os objetos forem iguais, caso contrário, false.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.