public class Term : IPrimitive, IEquatable<Term>
Public Class Term
Implements IPrimitive, IEquatable(Of Term)
public ref class Term : IPrimitive, IEquatable<Term^>
type Term =
class
interface IPrimitive
interface IEquatable<Term>
end
Term(IPrimitive) | Copying of the expression component. |
Term(Term) | Copying of the expression component. |
Term(String, TermType, Int32) | Constructor of the instance of an expression component. |
ArgsCount |
Number of children of the expression component. Can get values:
|
ChildCount |
Number of children of the expression component. Can get values:
Obsolete. |
Text | Text value of the expression component. |
Type | Type of the expression component. |
Clone | Clones current expression component. |
Equals |
Compares an object with a second one.
(Overrides Object.Equals(Object)) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides Object.GetHashCode()) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString |
Shows a string representation of current expression component.
(Overrides Object.ToString()) |
Equality(Term, Term) | Compares data of two Term instances. |
Inequality(Term, Term) | Compares data of two Term instances. |
Empty | Empty instance of the expression component. |
IEquatable<Term>.Equals | Compares an object with a second one. |