コード例 #1
0
 internal sealed override bool EqualsData(IpV6FlowIdentificationSubOption other)
 {
     return(true);
 }
コード例 #2
0
 internal override bool EqualsData(IpV6FlowIdentificationSubOption other)
 {
     return(EqualsData(other as IpV6FlowIdentificationSubOptionUnknown));
 }
コード例 #3
0
 internal override bool EqualsData(IpV6FlowIdentificationSubOption other)
 {
     return(EqualsData(other as IpV6FlowIdentificationSubOptionBindingReference));
 }
 internal override bool EqualsData(IpV6FlowIdentificationSubOption other)
 {
     return(EqualsData(other as IpV6FlowIdentificationSubOptionTrafficSelector));
 }