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 different.
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: Boolean
true if the objects are different, 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.