PathSegmentList Methods |
The PathSegmentList type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Clone this instance.
| |
Combine |
Add segments of another list to this instance.
| |
CompareTo |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
| |
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).) | |
Equals(PathSegmentList) |
Indicates whether the current object is equal to another object of the same type.
| |
GetHashCode |
Serves as the hash function.
(Overrides ObjectGetHashCode.) | |
StartWith |
Determines if this instances starts with the same segment as the one from another instance.
| |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |