Added GetHashCode() methods to the AX classes, and fixed their Equals methods.
commit07efff0df7929c836dfe38a0076cc7ee6ed316ff
authorAndrew Arnott <andrewarnott@gmail.com>
Sun, 18 Jan 2009 04:40:36 +0000 (17 20:40 -0800)
committerAndrew <andrewarnott@gmail.com>
Sun, 18 Jan 2009 04:40:36 +0000 (17 20:40 -0800)
tree377b83cb63b3bc7613a90c684088fb60f8894a89
parentf69dda1b9a4551597f3afebfcba684468604ce03
Added GetHashCode() methods to the AX classes, and fixed their Equals methods.
StyleCop clean.
src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs
src/DotNetOpenAuth/DotNetOpenAuth.csproj
src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AXUtilities.cs [new file with mode: 0644]
src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeRequest.cs
src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeValues.cs
src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/FetchRequest.cs
src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/FetchResponse.cs
src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/StoreRequest.cs
src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/StoreResponse.cs