Equals
Equals(QuoteType)
Geeft aan of deze instantie van het type quote gelijk is aan specific
public bool Equals(QuoteType other)
Parameter | Type | Beschrijving |
---|---|---|
other | QuoteType | Ander exemplaar van QuoteType om te controleren |
Winstwaarde
waar als ze gelijk zijn, onwaar als ze ongelijk zijn
Zie ook
- struct QuoteType
- naamruimte GroupDocs.Editor.HtmlCss.Serialization
- montage GroupDocs.Editor
Equals(object)
Geeft aan of deze instantie van het quote-type gelijk is aan de gespecificeerde uncasted
public override bool Equals(object obj)
Parameter | Type | Beschrijving |
---|---|---|
obj | Object | Ongegoten object, naar verwachting vanQuoteType type |
Winstwaarde
waar als ze gelijk zijn, onwaar als ze ongelijk zijn
Zie ook
- struct QuoteType
- naamruimte GroupDocs.Editor.HtmlCss.Serialization
- montage GroupDocs.Editor