Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EqualToString.cs
2{
7 {
12 public EqualToString(string 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.
Definition: EqualToString.cs:7
override string OperandName
Local XML element name of string operand.
EqualToString(string Value)
Limits searches to items with values equal to this value.
Abstract base class for String-valued Smart Contract Search filter operands.