MinMaxParagraphWidth.Inequality Operator

Definitie

Vergelijk twee CharacterBufferReference objecten voor ongelijkheid.

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

Parameters

left
MinMaxParagraphWidth

Het eerste exemplaar van CharacterBufferReference het vergelijken.

right
MinMaxParagraphWidth

Het tweede exemplaar van CharacterBufferReference het vergelijken.

Retouren

falseom weer te geven left is gelijk aan right; anders . true

Opmerkingen

De objecten zijn gelijk als hun MinWidth eigenschappen MaxWidth gelijk zijn.

Van toepassing op