共用方式為


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