Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NotEqualToDateTime.cs
1using System;
2
4{
9 {
14 public NotEqualToDateTime(DateTime Value)
15 : base(Value)
16 {
17 }
18
22 public override string OperandName => "neq";
23 }
24}
Limits searches to items with values not equal to this value.
NotEqualToDateTime(DateTime Value)
Limits searches to items with values not equal to this value.
override string OperandName
Local XML element name of string operand.
Abstract base class for DateTime-valued Smart Contract Search filter operands.