10 [StructLayout(LayoutKind.Sequential)]
22 set => this._Type = value;
30 get => TimeSpan.FromMilliseconds(this._Delay);
31 set => this._Delay = (uint)Math.Round(value.TotalMilliseconds);
41 return this._Type == Other._Type &&
42 this._Delay == Other._Delay;
46 public override bool Equals(
object obj)
57 int h1 = this.
Delay.GetHashCode();
58 int h2 = this.
Type.GetHashCode();
60 return ((h1 << 5) + h1) ^ h2;
ScActionType
Service controller action type
Service controller action
override bool Equals(object obj)
override int GetHashCode()
ScActionType Type
Action type
bool Equals(ScAction Other)
Compares to instances