Ejemplo n.º 1
0
 public bool Equals(RoutePropertyType obj)
 {
     if (ReferenceEquals(null, obj))
     {
         return(false);
     }
     if (ReferenceEquals(this, obj))
     {
         return(true);
     }
     return(Equals(obj.Type, Type) && Equals(obj.MomentaneousLocation, MomentaneousLocation) && Equals(obj.SpanStart, SpanStart) && Equals(obj.SpanEnd, SpanEnd));
 }
Ejemplo n.º 2
0
 public bool Equals(RoutePropertyType obj)
 {
     if (ReferenceEquals(null, obj)) return false;
       if (ReferenceEquals(this, obj)) return true;
       return Equals(obj.Type, Type) && Equals(obj.MomentaneousLocation, MomentaneousLocation) && Equals(obj.SpanStart, SpanStart) && Equals(obj.SpanEnd, SpanEnd);
 }