다음을 통해 공유


TextBounds.Equality 연산자

TextBounds 개체가 같은지 여부를 확인합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Formatting
어셈블리:  Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)

구문

‘선언
Public Shared Operator = ( _
    bounds1 As TextBounds, _
    bounds2 As TextBounds _
) As Boolean
public static bool operator ==(
    TextBounds bounds1,
    TextBounds bounds2
)
public:
static bool operator ==(
    TextBounds bounds1, 
    TextBounds bounds2
)
static let inline(=)
        bounds1:TextBounds * 
        bounds2:TextBounds  : bool
JScript에서는 오버로드된 연산자를 지원하지 않습니다.

매개 변수

반환 값

형식: Boolean
true 텍스트 범위 같은, 그렇지 않은 경우 false.

.NET Framework 보안

참고 항목

참조

TextBounds 구조체

Microsoft.VisualStudio.Text.Formatting 네임스페이스