12 private static readonly
int hashCode = typeof(
BooleanValues).FullName.GetHashCode();
44 return Element.AssociatedObjectValue is bool;
48 public override bool Equals(
object obj)
Base class for all types of elements.
Base class for all types of fields.
static readonly BooleanValue False
Constant false value.
static readonly BooleanValue True
Constant true value.
The field Z_2 of boolean numbers ([0]_2, 0 or false, and [1]_2, 1 or true).
BooleanValues()
The field Z_2 of boolean numbers ([0]_2, 0 or false, and [1]_2, 1 or true).
override ICommutativeRingWithIdentityElement One
Returns the identity element of the commutative ring with identity.
override int GetHashCode()
Calculates a hash code of the element. Hash code.
int Compare(IElement x, IElement y)
Compares two double values.
override bool Equals(object obj)
Compares the element to another. If elements are equal.
override bool Contains(IElement Element)
Checks if the set contains an element.
override IAbelianGroupElement Zero
Returns the zero element of the group.
Basic interface for all types of abelian group elements.
Basic interface for all types of commutative ring with identity elements.
Basic interface for all types of elements.
Basic interface for ordered sets.