EP 0.1.1
This commit is contained in:
@@ -30,5 +30,15 @@ namespace Convention.Symbolization.Internal
|
||||
}
|
||||
return target;
|
||||
}
|
||||
|
||||
public bool Equals(Structure other)
|
||||
{
|
||||
return Name.Equals(other.Name);
|
||||
}
|
||||
|
||||
public override int GetHashCode()
|
||||
{
|
||||
return Name.GetHashCode();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user