MinMaxParagraphWidth.Inequality 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 番目のインスタンスです。
戻り値
left
が right
に等しいことを示すには false
。それ以外の場合は true
。
注釈
オブジェクトとMaxWidthプロパティが等しい場合MinWidth、オブジェクトは等しくなります。