PropertyTabAttribute.Equals 메서드

정의

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

오버로드

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 찾을 수 없습니다.

적용 대상