public bool Equals(PseudoDelayClass other)
 {
     if (ReferenceEquals(null, other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(other._delay == _delay);
 }
 static AsNonGeneric()
 {
     PseudoDelayClass.Load();
     PseudoDelayStruct.Load();
 }