MinMaxParagraphWidth.Equality 运算符

定义

比较两个 CharacterBufferReference 字符串是否相等。

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

参数

left
MinMaxParagraphWidth

要比较的 CharacterBufferReference 的第一个实例。

right
MinMaxParagraphWidth

要比较的 CharacterBufferReference 的第二个实例。

返回

true 时表示指定的 CharacterBufferReference 对象相等;否则为 false

适用于

另请参阅