Node.opEquals
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
rhs | Variable to test equality with. |
Returns
true if equal, false otherwise.
bool opEquals(T)(const scope auto ref T rhs) const @safeNo documentation available for this declaration.