MinMaxParagraphWidth.Equality Operator

Definitie

Vergelijk twee CharacterBufferReference tekenreeksen voor gelijkheid.

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

Parameters

left
MinMaxParagraphWidth

Het eerste exemplaar van CharacterBufferReference het vergelijken.

right
MinMaxParagraphWidth

Het tweede exemplaar van CharacterBufferReference het vergelijken.

Retouren

trueom de opgegeven CharacterBufferReference objecten weer te geven zijn gelijk; anders. false

Van toepassing op

Zie ook