MinMaxParagraphWidth.Equality Operador

Definição

Compare duas cadeias de caracteres de CharacterBufferReference quanto à igualdade.

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

Parâmetros

left
MinMaxParagraphWidth

A primeira instância de CharacterBufferReference para comparar.

right
MinMaxParagraphWidth

A segunda instância de CharacterBufferReference para comparar.

Retornos

Boolean

true para mostrar que os objetos CharacterBufferReference especificados são iguais; caso contrário, false.

Aplica-se a

Confira também