다음을 통해 공유


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 네임스페이스