Ejemplo n.º 1
0
        public bool Equals(SipFromHeader other)
        {
            if (!ObjectUtil.ComparePrimitiveProperties(this, other))
            {
                return(false);
            }

            return(SipUri.Equals(other.SipUri));
        }
Ejemplo n.º 2
0
 public bool Equals(SipCSeqHeader other)
 {
     return(ObjectUtil.ComparePrimitiveProperties(this, other));
 }