MinMaxParagraphWidth.Inequality Operatore

Definizione

Confrontare due oggetti CharacterBufferReference per stabilirne la disuguaglianza.

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

Parametri

left
MinMaxParagraphWidth

Prima istanza dell'oggetto CharacterBufferReference da confrontare.

right
MinMaxParagraphWidth

Seconda istanza dell'oggetto CharacterBufferReference da confrontare.

Restituisce

Boolean

false per indicare che left è uguale a right; in caso contrario, true.

Commenti

Gli oggetti sono uguali se le relative MinWidth proprietà e MaxWidth sono uguali.

Si applica a