Example #1
0
 public bool Equals(StreamDataViewModel other)
 {
     if (StreamData.Equals(other.StreamData))
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }