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
Tried to write a unit test today and needed to compare two AtttributeValues for equality, however it doesn't implement .Equals(). AttributeValue seems like the kind of class that should implement .Equals() given that it does represent a simple value.
The text was updated successfully, but these errors were encountered:
Tried to write a unit test today and needed to compare two AtttributeValues for equality, however it doesn't implement .Equals(). AttributeValue seems like the kind of class that should implement .Equals() given that it does represent a simple value.
The text was updated successfully, but these errors were encountered: