MinMaxParagraphWidth.Equality Operátor

Definice

Porovnejte dva CharacterBufferReference řetězce pro rovnost.

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

Parametry

left
MinMaxParagraphWidth

První instance pro CharacterBufferReference porovnání.

right
MinMaxParagraphWidth

Druhá instance pro CharacterBufferReference porovnání.

Návraty

truezobrazí, že zadané CharacterBufferReference objekty jsou si rovny; v opačném případě . false

Platí pro

Viz také