Operator operator ==
operator ==(TrackableCollection<TTrackable>, TrackableCollection<TTrackable>)
Overloads the == operator to use the equals method for equality checking.
Declaration
public static bool operator ==(TrackableCollection<TTrackable> lhs, TrackableCollection<TTrackable> rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackableCollection<TTrackable> | lhs | The TrackableCollection<TTrackable> on the left hand side of the operator. |
| TrackableCollection<TTrackable> | rhs | The TrackableCollection<TTrackable> on the right hand side of the operator. |
Returns
| Type | Description |
|---|---|
| bool |
|
See Also
Equals(TrackableCollection<TTrackable>)