[]
        
(Showing Draft Content)

C1.LiveLinq.SourceChangeEventArgs-1.Equals

Equals Method

Equals(object)

Determines whether the specified object is equal to the current object.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The object to compare with the current object.

Returns
Type Description
bool

true if the specified object is equal to the current one; otherwise, false.

Overrides

Equals(SourceChangeEventArgs<T>)

Determines whether the specified object is equal to the current object.

Declaration
public bool Equals(SourceChangeEventArgs<T> args)
Parameters
Type Name Description
SourceChangeEventArgs<T> args

The object to compare with the current object.

Returns
Type Description
bool

true if the specified object is equal to the current one; otherwise, false.

Implements
Remarks

Two SourceChangeEventArgs<T> are considered equal if the values of their Item and ChangeType properties are equal.