Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EqualToBoolean.cs
2{
7 {
12 public EqualToBoolean(bool Value)
13 : base(Value)
14 {
15 }
16
20 public override string OperandName => "eq";
21 }
22}
Limits searches to items with values equal to this value.
EqualToBoolean(bool Value)
Limits searches to items with values equal to this value.
override string OperandName
Local XML element name of double operand.
Abstract base class for Boolean Smart Contract Search filter operands.