Equals
inhoud
[
verbergen
]
Equals(FixedLayoutFormats)
Bepaalt of deze instantie gelijk is aan de andere gespecificeerde FixedLayoutFormats instantie
public bool Equals(FixedLayoutFormats other)
Parameter | Type | Beschrijving |
---|---|---|
other | FixedLayoutFormats | Andere instantie FixedLayoutFormats, die hiermee op gelijkheid moet worden gecontroleerd |
Winstwaarde
Waar als ze gelijk zijn, onwaar als ze ongelijk zijn
Zie ook
- struct FixedLayoutFormats
- naamruimte GroupDocs.Editor.Formats
- montage GroupDocs.Editor
Equals(IDocumentFormat)
Bepaalt of deze instantie gelijk is aan de andere opgegeven IDocumentFormat-instantie
public bool Equals(IDocumentFormat other)
Parameter | Type | Beschrijving |
---|---|---|
other | IDocumentFormat | Andere IDocumentFormat-instantie. Als het geen FixedLayoutFormats is, retourneert de methode ‘false’ |
Winstwaarde
Waar als ze gelijk zijn, onwaar als ze ongelijk zijn
Zie ook
- interface IDocumentFormat
- struct FixedLayoutFormats
- naamruimte GroupDocs.Editor.Formats
- montage GroupDocs.Editor
Equals(object)
Bepaalt of deze instantie gelijk is aan het andere opgegeven object, dat vermoedelijk een boxed FixedLayoutFormats is
public override bool Equals(object obj)
Parameter | Type | Beschrijving |
---|---|---|
obj | Object | Andere boxed FixedLayoutFormats-instantie |
Winstwaarde
Waar als ze gelijk zijn, onwaar als ze ongelijk zijn
Zie ook
- struct FixedLayoutFormats
- naamruimte GroupDocs.Editor.Formats
- montage GroupDocs.Editor