Ejemplo n.º 1
0
 public override Boolean Equals(ANotification other)
 => SortKey.Equals(other.SortKey);
Ejemplo n.º 2
0
        public override Boolean OptionalEquals(ANotification other)

        => other is HTTPSNotification httpsNotification &&
Ejemplo n.º 3
0
 public override Int32 CompareTo(ANotification other)
 => SortKey.CompareTo(other.SortKey);
Ejemplo n.º 4
0
        public override Boolean OptionalEquals(ANotification other)

        => other is EMailNotification eMailNotification &&
Ejemplo n.º 5
0
        public override Boolean OptionalEquals(ANotification other)

        => other is TelegramGroupNotification TelegramGroupNotification &&
Ejemplo n.º 6
0
 public abstract Boolean Equals(ANotification other);
Ejemplo n.º 7
0
 public abstract Int32 CompareTo(ANotification other);
Ejemplo n.º 8
0
        public override Boolean OptionalEquals(ANotification other)

        => other is SMSNotification smsNotification &&