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