GetEqualityComponents Method
Definition
GetEqualityComponents()
Gets the equality components of this instance. Default is all public properties having a simple signature.
protected virtual IEnumerable<object> GetEqualityComponents()
Returns
- IEnumerable<object>
An IEnumerable<T> that contains the equality components of this instance.