public bool Equals(TestViewToken other)
 {
     return !ReferenceEquals(null, other);
 }
Example #2
0
 public bool Equals(TestViewToken other)
 {
     return(!ReferenceEquals(null, other));
 }