ContainsChild(Inline) Method

Definition

Assembly Markdig.dll

Checks if this instance contains the specified child.

public bool ContainsChild(Inline childToFind)

Parameters

childToFind
Inline

The child to find.

Returns

Boolean
true if this instance contains the specified child; false otherwise