Interface Equivalent
Implemented the Equivalent method that determines that two elements are equivalent but not nessessarily equal.
public interface Equivalent
- Extension Methods
Methods
Equivalent(object)
Returns true if the two objects are equivalent.
bool Equivalent(object other)
Parameters
otherobject