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

반환

Boolean

지정된 CharacterBufferReference 개체가 같으면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보