Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines whether two FontsAndColorsCategory objects are the same.
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Declaration
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 does not support overloaded operators.
Parameters
first
Type: Microsoft.VisualStudio.Editor.FontsAndColorsCategoryThe first category.
second
Type: Microsoft.VisualStudio.Editor.FontsAndColorsCategoryThe second category.
Return Value
Type: System.Boolean
true if the objects are the same, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.