Abstract superclass for all term types defined in this module. It should not be subclassed outside of this module.
This class defines a generic equals function according to the RDFJS specification.
Checks the equality of two terms.
The term to compare against.
false if the term is null, undefined, or of a different type. Also false if one or more properties are not equal, otherwise true.
false
null
undefined
true
Generated using TypeDoc
Abstract superclass for all term types defined in this module. It should not be subclassed outside of this module.
This class defines a generic equals function according to the RDFJS specification.