예제 #1
0
 public override Boolean Equals(ANotification other)
 => SortKey.Equals(other.SortKey);
예제 #2
0
        public override Boolean OptionalEquals(ANotification other)

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

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

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

        => other is SMSNotification smsNotification &&