Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Equals() [2/3]

override bool System.Net.Http.HttpAuthority.Equals ( [NotNullWhen(true)] object obj)
inline

Definition at line 28 of file HttpAuthority.cs.

29 {
30 if (obj is HttpAuthority other)
31 {
32 return Equals(other);
33 }
34 return false;
35 }
HttpAuthority(string host, int port)

References System.Net.Equals, System.obj, and System.other.