Table of Contents

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)

Copies the ID from source to ID.

public void ApplyIds(PointCollection source)

Parameters

source PointCollection

Source 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.