Example #1
0
 internal override bool EqualsData(DnsOption other)
 {
     return(Lease.Equals(((DnsOptionUpdateLease)other).Lease));
 }