Node.opEquals

bool opEquals(const scope Node rhs) const scope @safe

Equality test.

If T is Node, recursively compares all subnodes. This might be quite expensive if testing entire documents.

If T is not Node, gets a value of type T from the node and tests equality with that.

To test equality with a null YAML value, use YAMLNull.

Parameters

rhsVariable to test equality with.

Returns

true if equal, false otherwise.
bool opEquals(T)(const scope auto ref T rhs) const @safe
No documentation available for this declaration.