I have two polyline feature classes. Feature Class 'A' is made up of segments of the Feature Class 'B'. However, not all segments of a line from 'B' exist in 'A'. Some segments are missing. What I need to do is compare the two to find out what is missing in 'A'. Basically just looking for a "subtract" feature for lines. I know how to do this for polygons, but not for lines.
Any ideas would be much appreciated! I feel like it is really simple and I'm just overlooking the easy solution!