FontsAndColorsCategory.Equality 运算符

确定两个 FontsAndColorsCategory 对象是否相同。

命名空间:  Microsoft.VisualStudio.Editor
程序集:  Microsoft.VisualStudio.Editor(在 Microsoft.VisualStudio.Editor.dll 中)

语法

声明
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 不支持重载运算符。

参数

返回值

类型:Boolean
如果两个对象相同,则为 true;否则为 false。

.NET Framework 安全性

请参阅

参考

FontsAndColorsCategory 类

Microsoft.VisualStudio.Editor 命名空间