コード例 #1
0
 public static bool Eql(RubyTime /*!*/ self, [NotNull] RubyTime /*!*/ other)
 {
     return(self.Equals(other));
 }