vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Node.opEquals - multiple declarations

Function Node.opEquals

bool opEquals (
  const(Node) other
) nothrow @safe const;

Function Node.opEquals

Compares all properties of two nodes for equality.

override bool opEquals (
  Object other_
) nothrow @safe;
Authors
Copyright
License