FontsAndColorsCategory.Inequality Operator

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

Return Value

Type: System.Boolean
true if the objects are different, otherwise false.

.NET Framework Security

See Also

Reference

FontsAndColorsCategory Class

Microsoft.VisualStudio.Editor Namespace