You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for classes like PropertyModelBase and PropertyModel to be used in dictionaries and equality operations elsewhere, I think it would be a good approach to implement the IEquatable<T> interface on these.
For example, the PropertyModelBase could implement the interface based on the PropertyName member.
The text was updated successfully, but these errors were encountered:
In order for classes like
PropertyModelBase
andPropertyModel
to be used in dictionaries and equality operations elsewhere, I think it would be a good approach to implement theIEquatable<T>
interface on these.For example, the
PropertyModelBase
could implement the interface based on thePropertyName
member.The text was updated successfully, but these errors were encountered: