Persistate API documentation
Equals Method (obj)
NamespacesPersistate.LanguageElementEquals(Object)

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

Determines if this element is the same as another object.
Declaration Syntax
C#
public override bool Equals(
	Object obj
)
Parameters
obj (Object)
The object to compare this Element with.
Return Value
True if the other object is an Element which 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)