Method Equals
Equals(object)
Checks the equality of this object against this TrackableCollection<TTrackable>.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object that this collection should be checked against for equivalency. |
Returns
Type | Description |
---|---|
bool |
|
Overrides
Equals(TrackableCollection<TTrackable>)
Checks the equality of this TrackableCollection<TTrackable> against another TrackableCollection<TTrackable> of the same TTrackable
generic type.
Declaration
public bool Equals(TrackableCollection<TTrackable> other)
Parameters
Type | Name | Description |
---|---|---|
TrackableCollection<TTrackable> | other | The TrackableCollection<TTrackable> that this collection should be checked against for equivalency. |
Returns
Type | Description |
---|---|
bool |
|