Persistate API documentation
Equality Operator
NamespacesPersistate.LanguageElementEquality(Element, Element)

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

Defines the equality operation between two Elements.
Declaration Syntax
C#
public static bool operator ==(
	Element a,
	Element b
)
Parameters
a (Element)
The first Element to compare.
b (Element)
The second Element to compare
Return Value
True if the two elements represent the same terminal or non terminal.

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