[]
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current object. |
| Type | Description |
|---|---|
| bool | true if the specified object is equal to the current one; otherwise, false. |
Determines whether the specified object is equal to the current object.
public bool Equals(SourceChangeEventArgs<T> args)
| Type | Name | Description |
|---|---|---|
| SourceChangeEventArgs<T> | args | The object to compare with the current object. |
| Type | Description |
|---|---|
| bool | true if the specified object is equal to the current one; otherwise, false. |
Two SourceChangeEventArgs<T> are considered equal if the values of their Item and ChangeType properties are equal.