Esempio n. 1
0
 private bool EqualsVersionSpecific(IgmpVersion0Layer other)
 {
     return(other != null &&
            CodeValue == other.CodeValue &&
            IdentifierValue == other.IdentifierValue &&
            GroupAddressValue.Equals(other.GroupAddressValue) &&
            AccessKeyValue == other.AccessKeyValue);
 }
Esempio n. 2
0
 private bool EqualsVersionSpecific(IgmpVersion0Layer other)
 {
     return other != null &&
            CodeValue == other.CodeValue &&
            IdentifierValue == other.IdentifierValue &&
            GroupAddressValue.Equals(other.GroupAddressValue) &&
            AccessKeyValue == other.AccessKeyValue;
 }