Example #1
0
 public bool IsMatch(VideoChannel channel)
 {
     return(channel.GetHashCode() == VideoChannel.GetHashCode());
 }