MarkdownDocumentInfoEquals Method |
Namespace: GroupDocs.Editor.MetadataAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic bool Equals(
MarkdownDocumentInfo other
)
Public Function Equals (
other As MarkdownDocumentInfo
) As Boolean
public:
virtual bool Equals(
MarkdownDocumentInfo other
) sealed
abstract Equals :
other : MarkdownDocumentInfo -> bool
override Equals :
other : MarkdownDocumentInfo -> bool
Parameters
- other
- Type: GroupDocs.Editor.MetadataMarkdownDocumentInfo
Other MarkdownDocumentInfo instance, that should be checked on equality with this
Return Value
Type:
BooleanTrue if are equal, false if are unequal
See Also