public override Boolean Equals(ANotification other)
 => SortKey.Equals(other.SortKey);
        public override Boolean OptionalEquals(ANotification other)

        => other is HTTPSNotification httpsNotification &&
 public override Int32 CompareTo(ANotification other)
 => SortKey.CompareTo(other.SortKey);
Beispiel #4
0
        public override Boolean OptionalEquals(ANotification other)

        => other is EMailNotification eMailNotification &&
Beispiel #5
0
        public override Boolean OptionalEquals(ANotification other)

        => other is TelegramGroupNotification TelegramGroupNotification &&
Beispiel #6
0
 public abstract Boolean Equals(ANotification other);
Beispiel #7
0
 public abstract Int32 CompareTo(ANotification other);
Beispiel #8
0
        public override Boolean OptionalEquals(ANotification other)

        => other is SMSNotification smsNotification &&