Class PointCollection
- Namespace
- Loehnert.TypeAndResult
- Assembly
- Loehnert.TypeAndResult.dll
A collection for Point instances.
public class PointCollection : ObservableCollection<Point>, IList<Point>, ICollection<Point>, IList, ICollection, IReadOnlyList<Point>, IReadOnlyCollection<Point>, IEnumerable<Point>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IEquatable<IEnumerable<Point>>
- Inheritance
-
PointCollection
- Implements
- Inherited Members
Methods
ApplyIds(PointCollection)
public void ApplyIds(PointCollection source)
Parameters
source
PointCollectionSource object.
Equals(IEnumerable<Point>)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(IEnumerable<Point> other)
Parameters
other
IEnumerable<Point>An object to compare with this object.
Returns
- bool
true if the current object is equal to the other parameter; otherwise, false.