Base:
method
Equals
System.ValueType.Equals(System.Object)
2 references to Equals
System (2)
net\System\Net\Sockets\IPPacketInformation.cs (2)
35return packetInformation1.Equals(packetInformation2); 40return !packetInformation1.Equals(packetInformation2);