Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.FontsAndColorsCategory
The first category.
- second
Type: Microsoft.VisualStudio.Editor.FontsAndColorsCategory
The 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.