Equals
Equals(DropdownComponent)
IEquatable Equals method 를 사용하여 드롭다운 구성 요소를 비교합니다.
public bool Equals(DropdownComponent other)
모수 | 유형 | 설명 |
---|---|---|
other | DropdownComponent | 현재 객체와 비교할 DropdownComponent 객체 |
또한보십시오
- class DropdownComponent
- 네임스페이스 GroupDocs.Annotation.Models.FormatSpecificComponents.Pdf
- 집회 GroupDocs.Annotation
Equals(object)
표준 개체 Equals method 를 사용하여 드롭다운 구성 요소를 비교합니다.
public override bool Equals(object obj)
모수 | 유형 | 설명 |
---|---|---|
obj | Object | 현재 객체와 비교할 객체 |