MinMaxParagraphWidth.Equality 運算子

定義

比較兩個 CharacterBufferReference 字串是否相等。

public:
 static bool operator ==(System::Windows::Media::TextFormatting::MinMaxParagraphWidth left, System::Windows::Media::TextFormatting::MinMaxParagraphWidth right);
public static bool operator == (System.Windows.Media.TextFormatting.MinMaxParagraphWidth left, System.Windows.Media.TextFormatting.MinMaxParagraphWidth right);
static member ( = ) : System.Windows.Media.TextFormatting.MinMaxParagraphWidth * System.Windows.Media.TextFormatting.MinMaxParagraphWidth -> bool
Public Shared Operator == (left As MinMaxParagraphWidth, right As MinMaxParagraphWidth) As Boolean

參數

left
MinMaxParagraphWidth

要比較的第一個 CharacterBufferReference 執行個體。

right
MinMaxParagraphWidth

要比較的第二個 CharacterBufferReference 執行個體。

傳回

true 表示指定的 CharacterBufferReference 物件相等,否則為 false

適用於

另請參閱