Skip to content

Commit

Permalink
override GetHashCode of Connectioninfo (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Sep 5, 2022
1 parent 33a40e5 commit ec92454
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/AltV.Net/Types/ConnectionInfo.cs
Expand Up @@ -244,4 +244,9 @@ public void Decline(string reason)
}
}
}

public override int GetHashCode()
{
return NativePointer.GetHashCode();
}
}

0 comments on commit ec92454

Please sign in to comment.