예제 #1
0
 public bool Equals(PacketHeader other)
 {
     return other.Length == Length && other.OpCode == OpCode;
 }
예제 #2
0
 public bool Equals(PacketHeader other)
 {
     return(other.Length == Length && other.OpCode == OpCode);
 }