public override bool Equals(object other) { if (!(other is ViReceiveDataInt64)) { return(false); } ViReceiveDataInt64 data = (ViReceiveDataInt64)other; return(_value.Equals(data.Value)); }
public static void Append(this ViOStream OS, ViReceiveDataInt64 value) { OS.Append(value); }