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 命名空间