Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
Commits
f0af52cc
Commit
f0af52cc
authored
Dec 27, 2018
by
H1Gdev
Committed by
mrbean-bremen
Dec 27, 2018
Browse files
Fix just Compiler Warning (level 3) CS0659.
parent
dfbbe780
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/SvgAttributeAttribute.cs
View file @
f0af52cc
...
...
@@ -35,6 +35,11 @@ namespace Svg
return
Match
(
obj
);
}
public
override
int
GetHashCode
()
{
return
base
.
GetHashCode
();
}
/// <summary>
/// When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
/// </summary>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment