PropertyTabAttribute.Equals 메서드

정의

이 인스턴스가 지정된 개체나 특성과 같은지 여부를 나타내는 값을 반환합니다.

오버로드

Equals(PropertyTabAttribute)

이 인스턴스가 지정된 특성과 같은지 여부를 나타내는 값을 반환합니다.

Equals(Object)

이 인스턴스가 지정된 개체와 같은지를 나타내는 값을 반환합니다.

Equals(PropertyTabAttribute)

Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs

이 인스턴스가 지정된 특성과 같은지 여부를 나타내는 값을 반환합니다.

public:
 bool Equals(System::ComponentModel::PropertyTabAttribute ^ other);
public bool Equals (System.ComponentModel.PropertyTabAttribute other);
public bool Equals (System.ComponentModel.PropertyTabAttribute? other);
override this.Equals : System.ComponentModel.PropertyTabAttribute -> bool
Public Function Equals (other As PropertyTabAttribute) As Boolean

매개 변수

other
PropertyTabAttribute

이 인스턴스와 비교할 PropertyTabAttribute 또는 null입니다.

반환

PropertyTabAttribute 인스턴스가 서로 같으면 true이고, 그렇지 않으면 false입니다.

예외

other 매개 변수의 TabClassNames 속성에 지정된 형식을 찾을 수 없는 경우

적용 대상

Equals(Object)

Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs

이 인스턴스가 지정된 개체와 같은지를 나타내는 값을 반환합니다.

public:
 override bool Equals(System::Object ^ other);
public override 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

이 인스턴스와 비교할 개체 또는 null입니다.

반환

other가 동일한 PropertyTabAttribute 인스턴스를 참조하면 true이고, 그렇지 않으면 false입니다.

예외

other 매개 변수의 TabClassNames 속성에 지정된 형식을 찾을 수 없는 경우

적용 대상