Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EqualToDuration.cs
1using Waher.Content;
2
4{
9 {
15 : base(Value)
16 {
17 }
18
22 public override string OperandName => "eq";
23 }
24}
Limits searches to items with values equal to this value.
EqualToDuration(Duration 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 Duration-valued Smart Contract Search filter operands.
Represents a duration value, as defined by the xsd:duration data type: http://www....
Definition: Duration.cs:13