Equals

MarkdownDocumentInfo.Equals method

Determines whether this instance is equal to the other specified MarkdownDocumentInfo instance.

public bool Equals(MarkdownDocumentInfo other)
Parameter Type Description
other MarkdownDocumentInfo Other MarkdownDocumentInfo instance, that should be checked on equality with this

Return Value

true if are equal, false if are unequal

See Also