internal sealed override bool EqualsData(IpV6FlowIdentificationSubOption other)
 {
     return(true);
 }
Esempio n. 2
0
 internal override bool EqualsData(IpV6FlowIdentificationSubOption other)
 {
     return(EqualsData(other as IpV6FlowIdentificationSubOptionUnknown));
 }
Esempio n. 3
0
 internal override bool EqualsData(IpV6FlowIdentificationSubOption other)
 {
     return(EqualsData(other as IpV6FlowIdentificationSubOptionBindingReference));
 }
 internal override bool EqualsData(IpV6FlowIdentificationSubOption other)
 {
     return(EqualsData(other as IpV6FlowIdentificationSubOptionTrafficSelector));
 }