MinMaxParagraphWidth.Inequality 연산자

정의

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 op_Inequality : 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의 두 번째 인스턴스입니다.

반환

Boolean

leftright와 같으면 false이고, 그렇지 않으면 true입니다.

설명

개체가 같은지 경우 해당 MinWidthMaxWidth 속성이 같으면 합니다.

적용 대상