public GeographicRegionIdentifier( IdentificationScheme scheme, string tag, GeographicRegion geographicRegion ) : base( scheme, tag) { GeographicRegion = geographicRegion; }
public virtual bool Contains( GeographicRegion geographicalRegion ) => Interval.Contains(geographicalRegion.Interval);