Click or drag to resize

PathSegmentList Methods

The PathSegmentList type exposes the following members.

Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodCombine
Add segments of another list to this instance.
Public methodCompareTo
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.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(PathSegmentList)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStartWith
Determines if this instances starts with the same segment as the one from another instance.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also