Commit f0af52cc authored by H1Gdev's avatar H1Gdev Committed by mrbean-bremen
Browse files

Fix just Compiler Warning (level 3) CS0659.

parent dfbbe780
...@@ -35,6 +35,11 @@ namespace Svg ...@@ -35,6 +35,11 @@ namespace Svg
return Match(obj); return Match(obj);
} }
public override int GetHashCode()
{
return base.GetHashCode();
}
/// <summary> /// <summary>
/// When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. /// When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
/// </summary> /// </summary>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment