다음을 통해 공유


LineTransform.Equality 연산자

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

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

구문

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

매개 변수

반환 값

형식: Boolean
true 두 줄 변형 같은, 그렇지 않은 경우 false.

.NET Framework 보안

참고 항목

참조

LineTransform 구조체

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