12 private static readonly
int hashCode = typeof(
StringValues).FullName.GetHashCode();
37 public override bool Equals(
object obj)
62 return string.Compare(s1, s2,
false);
Base class for all types of elements.
Base class for all types of semigroups.
Class managing a script expression.
static string ToString(double Value)
Converts a value to a string, that can be parsed as part of an expression.
bool CaseInsensitive
If the string value is case insensitive or not.
Semi-group of string values.
override int GetHashCode()
Calculates a hash code of the element. Hash code.
StringValues()
Semi-group of string values.
static readonly StringValues Instance
Instance of the set of string values.
override bool Contains(IElement Element)
Checks if the set contains an element.
override bool Equals(object obj)
Compares the element to another. If elements are equal.
int Compare(IElement x, IElement y)
Compares two string values.
Basic interface for all types of elements.
object AssociatedObjectValue
Associated object value.
Basic interface for ordered sets.