diff --git a/interface-spec.html b/interface-spec.html index 37b4bec..ff83139 100644 --- a/interface-spec.html +++ b/interface-spec.html @@ -356,8 +356,20 @@

Quad interface

NamedNode, BlankNode or Variable.

- equals() returns true if and only if the argument is a) of the same - type b) has all components equal. + equals() returns true + when called with parameter other + on an object quad if and only if + all of the conditions below hold: +

+ +

+ otherwise, it returns false.