Equals
İçindekiler
[
Saklamak
]
Equals(TextualFormats)
Bu örneğin, belirtilen diğer TextualFormats örneğine eşit olup olmadığını belirler
public bool Equals(TextualFormats other)
Parametre | Tip | Tanım |
---|---|---|
other | TextualFormats | Bununla eşitlik açısından kontrol edilmesi gereken diğer TextualFormats örneği |
Geri dönüş değeri
Eşitse doğru, eşit değilse yanlış
Ayrıca bakınız
- struct TextualFormats
- ad alanı GroupDocs.Editor.Formats
- toplantı GroupDocs.Editor
Equals(IDocumentFormat)
Bu örneğin belirtilen diğer IDocumentFormat örneğine eşit olup olmadığını belirler
public bool Equals(IDocumentFormat other)
Parametre | Tip | Tanım |
---|---|---|
other | IDocumentFormat | Diğer IDocumentFormat örneği. Bir TextualFormats değilse, yöntem ‘yanlış’ döndürür |
Geri dönüş değeri
Eşitse doğru, eşit değilse yanlış
Ayrıca bakınız
- interface IDocumentFormat
- struct TextualFormats
- ad alanı GroupDocs.Editor.Formats
- toplantı GroupDocs.Editor
Equals(object)
Bu örneğin, muhtemelen kutulu TextualFormats olan belirtilen diğer nesneye eşit olup olmadığını belirler.
public override bool Equals(object obj)
Parametre | Tip | Tanım |
---|---|---|
obj | Object | Diğer kutulu TextualFormats örneği |
Geri dönüş değeri
Eşitse doğru, eşit değilse yanlış
Ayrıca bakınız
- struct TextualFormats
- ad alanı GroupDocs.Editor.Formats
- toplantı GroupDocs.Editor