Exemple #1
0
    public override bool Equals(object other)
    {
        if (!(other is ViReceiveDataInt64))
        {
            return(false);
        }
        ViReceiveDataInt64 data = (ViReceiveDataInt64)other;

        return(_value.Equals(data.Value));
    }
Exemple #2
0
 public static void Append(this ViOStream OS, ViReceiveDataInt64 value)
 {
     OS.Append(value);
 }