Ejemplo n.º 1
0
    public override bool Equals(object other)
    {
        if (!(other is ViReceiveDataVector3))
        {
            return(false);
        }
        ViReceiveDataVector3 data = (ViReceiveDataVector3)other;

        return(_value.Equals(data.Value));
    }
Ejemplo n.º 2
0
 public static void Append(this ViOStream OS, ViReceiveDataVector3 value)
 {
     OS.Append(value);
 }