MinMaxParagraphWidth.Equality Operator

定義

2 つの 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 の 2 番目のインスタンス。

返品

true 指定した CharacterBufferReference オブジェクトが等しいことを示す場合は a0/>。それ以外の場合は false

適用対象

こちらもご覧ください