Struct ShortCircuitOperands
Namespace: DotBoxD.Kernels.Model
Assembly: DotBoxD.Kernels.dll
public readonly record struct ShortCircuitOperands : IEquatable<ShortCircuitOperands>Implements
Section titled “Implements”IEquatable<ShortCircuitOperands>
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”ShortCircuitOperands(Expression, Expression, bool)
Section titled “ ShortCircuitOperands(Expression, Expression, bool)”public ShortCircuitOperands(Expression First, Expression Second, bool Reordered)Parameters
Section titled “Parameters”First Expression
Second Expression
Reordered bool
Properties
Section titled “Properties”public Expression First { get; init; }Property Value
Section titled “Property Value”Reordered
Section titled “ Reordered”public bool Reordered { get; init; }Property Value
Section titled “Property Value”Second
Section titled “ Second”public Expression Second { get; init; }