예제 #1
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     return(NameRelativeNameComparer.GetHashCode(this));
 }
예제 #2
0
 /// <inheritdoc />
 public override bool Equals(object obj)
 {
     return(NameRelativeNameComparer.Equals(this, obj as SolutionReference));
 }