コード例 #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
ファイル: SMSNotification.cs プロジェクト: Vanaheimr/UsersAPI
        public override Boolean OptionalEquals(ANotification other)

        => other is SMSNotification smsNotification &&