Padding.Equals 메서드

정의

오버로드

Name Description
Equals(Object)

지정된 개체의 값이 현재 Padding개체와 같은지 여부를 확인합니다.

Equals(Padding)

현재 개체가 같은 형식의 다른 개체와 같은지 여부를 나타냅니다.

Equals(Object)

Source:
Padding.cs
Source:
Padding.cs
Source:
Padding.cs
Source:
Padding.cs
Source:
Padding.cs

지정된 개체의 값이 현재 Padding개체와 같은지 여부를 확인합니다.

public:
 override bool Equals(System::Object ^ other);
public override bool Equals(object other);
public override readonly bool Equals(object? other);
public override bool Equals(object? other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

매개 변수

other
Object

현재 Padding와 비교할 개체입니다.

반품

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

설명

형식 Padding 의 다른 개체(또는 파생 형식)만 현재 Padding개체와 같을 수 있습니다. 또한 두 Right 개체에 대한 해당 Left, BottomTopPadding 속성은 동일해야 합니다.

추가 정보

적용 대상

Equals(Padding)

Source:
Padding.cs
Source:
Padding.cs
Source:
Padding.cs
Source:
Padding.cs
Source:
Padding.cs

현재 개체가 같은 형식의 다른 개체와 같은지 여부를 나타냅니다.

public:
 virtual bool Equals(System::Windows::Forms::Padding other);
public readonly bool Equals(System.Windows.Forms.Padding other);
public bool Equals(System.Windows.Forms.Padding other);
override this.Equals : System.Windows.Forms.Padding -> bool
Public Function Equals (other As Padding) As Boolean

매개 변수

other
Padding

이 개체와 비교할 개체입니다.

반품

true 현재 개체가 매개 변수와 같으면 .이 other 고, false그렇지 않으면 .입니다.

구현

적용 대상