Пример #1
0
 public virtual bool IsBroaderThan(FixedUpdateDepth
                                   other)
 {
     return(_depth > other._depth);
 }
Пример #2
0
 public virtual bool IsBroaderThan(FixedUpdateDepth
     other)
 {
     return _depth > other._depth;
 }