33 return Element is Operators.LambdaDefinition;
41 public override bool Equals(
object obj)
Base class for all types of elements.
Base class for all types of sets.
abstract override int GetHashCode()
Calculates a hash code of the element.
Set containing all functions.
override bool Equals(object obj)
Compares the element to another.
static readonly SetOfFunctions Instance
Instance of the set of all functions.
override bool Contains(IElement Element)
Checks if the set contains an element.
SetOfFunctions()
Set containing all functions.
override int GetHashCode()
Calculates a hash code of the element.
Basic interface for all types of elements.