Equals

BaseEffectiveData<TLocalData,TEffectiveData>.Equals method

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

public bool Equals(object obj)
ParameterTypeDescription
objObjectThe object to compare with the current object.

Return Value

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

See Also