Equals
Equals(FontSize)
Bu yazı tipi boyutu örneğinin belirtilen ile eşit olup olmadığını belirler.
public bool Equals(FontSize other)
Parametre | Tip | Tanım |
---|---|---|
other | FontSize | Diğer yazı tipi boyutu örneği |
Geri dönüş değeri
eşitse doğru, değilse yanlış
Ayrıca bakınız
- struct FontSize
- ad alanı GroupDocs.Editor.HtmlCss.Css.Properties
- toplantı GroupDocs.Editor
Equals(object)
Bu yazı tipi boyutu örneğinin belirtilen uncasted ile eşit olup olmadığını belirler.
public override bool Equals(object obj)
Parametre | Tip | Tanım |
---|---|---|
obj | Object | Diğer yayınlanmamış yazı tipi boyutu örneği, boş olabilir |
Geri dönüş değeri
eşitse true, eşit değilse false, null veya başka türden
Ayrıca bakınız
- struct FontSize
- ad alanı GroupDocs.Editor.HtmlCss.Css.Properties
- toplantı GroupDocs.Editor