private bool EqualsData(TcpOptionPartialOrderServiceProfile other)
 {
     return other != null &&
            IsStart == other.IsStart && IsEnd == other.IsEnd;
 }
Beispiel #2
0
 private bool EqualsData(TcpOptionPartialOrderServiceProfile other)
 {
     return(other != null &&
            IsStart == other.IsStart && IsEnd == other.IsEnd);
 }