Equals
Equals(FontWeight)
지정된 FontWeight 인스턴스가 같은지 여부를 결정합니다
public bool Equals(FontWeight other)
모수 | 유형 | 설명 |
---|---|---|
other | FontWeight | 동등성을 확인하기 위한 다른 FontWeight 인스턴스 |
반환 값
같으면 참, 같지 않으면 거짓
또한보십시오
- struct FontWeight
- 네임스페이스 GroupDocs.Editor.HtmlCss.Css.Properties
- 집회 GroupDocs.Editor
Equals(object)
이 FontWeight 인스턴스가 지정된 uncasted 와 같은지 여부를 결정합니다.
public override bool Equals(object obj)
모수 | 유형 | 설명 |
---|---|---|
obj | Object | 캐스팅되지 않은 다른 FontWeight 인스턴스는 null일 수 있습니다. |
반환 값
같으면 true, 같지 않으면 false, null 또는 다른 유형
또한보십시오
- struct FontWeight
- 네임스페이스 GroupDocs.Editor.HtmlCss.Css.Properties
- 집회 GroupDocs.Editor