FontsAndColorsCategory.Inequality Operator
Determines whether two FontsAndColorsCategory objects are different.
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
‘선언
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 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.