Ejemplo n.º 1
0
 protected bool Equals(LinearNetworkClassDef other)
 {
     return(FeatureClass.Equals(other.FeatureClass) && WhereClause == other.WhereClause &&
            GeometryType == other.GeometryType);
 }