예제 #1
0
 public bool Equals(Auth other)
 {
     return(true);
 }
예제 #2
0
 public Auth(Auth other) : this()
 {
     accessToken_ = other.accessToken_;
 }