Persistate API documentation
Equals Method (other)
NamespacesPersistate.LanguageElementEquals(Element)

[This is preliminary documentation and is subject to change.]

Determines if this element is the same as another Element.
Declaration Syntax
C#
public bool Equals(
	Element other
)
Parameters
other (Element)
The Element to compare this Element with.
Return Value
True if the other Element represents the same terminal or non terminal as this Element.

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)