Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Equals()
override
bool
System.Net.Sockets.IPPacketInformation.Equals
(
[NotNullWhen(true)] object?
comparand
)
inline
Definition at line
43
of file
IPPacketInformation.cs
.
44
{
45
if
(comparand is
IPPacketInformation
iPPacketInformation)
46
{
47
return
this
== iPPacketInformation;
48
}
49
return
false
;
50
}
System.Net.Sockets.IPPacketInformation.IPPacketInformation
IPPacketInformation(IPAddress address, int networkInterface)
Definition
IPPacketInformation.cs:15
System
Net
Sockets
IPPacketInformation
Generated by
1.10.0