PropertyTabAttribute.Equals 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 인스턴스가 지정된 개체 또는 특성과 같은지 여부를 나타내는 값을 반환합니다.
오버로드
| Name | Description |
|---|---|
| Equals(PropertyTabAttribute) |
이 인스턴스가 지정된 특성과 같은지 여부를 나타내는 값을 반환합니다. |
| Equals(Object) |
이 인스턴스가 지정된 개체와 같은지 여부를 나타내는 값을 반환합니다. |
Equals(PropertyTabAttribute)
- Source:
- PropertyTabAttribute.cs
- Source:
- PropertyTabAttribute.cs
- 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 이 인스턴스와 비교할 A 또는 null.
반품
예외
매개 변수의 속성에 TabClassNames 지정된 형식을 other 찾을 수 없습니다.
적용 대상
Equals(Object)
- Source:
- PropertyTabAttribute.cs
- Source:
- PropertyTabAttribute.cs
- 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.
반품
예외
매개 변수의 속성에 지정된 형식을 TabClassNamesother 찾을 수 없습니다.