Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 689 Bytes

File metadata and controls

32 lines (21 loc) · 689 Bytes

MdTable.DeepEquals Method

Declaring Type: MdTable
Namespace: Grynwald.MarkdownGenerator
Assembly: Grynwald.MarkdownGenerator

Recursively compares the block to the specified instance of MdBlock.

public bool DeepEquals(MdBlock other);

Parameters

other MdBlock

The block to compare.

Returns

bool


Documentation generated by MdDocs