MinMaxParagraphWidth.Inequality 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 op_Inequality : 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 番目のインスタンス。

返品

false leftrightと等しいことを示す場合は 。それ以外の場合はtrue

注釈

オブジェクトの MinWidth プロパティと MaxWidth プロパティが等しい場合、オブジェクトは等しくなります。

適用対象