3#include <xtd/iequatable>
11 message_notifier_button() =
default;
12 explicit message_notifier_button(
const xtd::string& text) : text_(text) {}
18 message_notifier_button& text(
const xtd::string& value) {
32 bool equals(
const message_notifier_button&
other)
const noexcept override {
33 return text_ ==
other.text_;
32 bool equals(
const message_notifier_button&
other)
const noexcept override {
…}
46 using message_notifier_button_ref = std::reference_wrapper<message_notifier_button>;
static xtd::size combine(args_t... values) noexcept
Combines values into a hash code.
Definition hash_code.hpp:70
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.hpp:22
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:44
Contains xtd::forms::component class.
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.hpp:43
size_t size
Represents a size of any object in bytes.
Definition size.hpp:23
bool is(xtd::any value)
Checks if the result of an expression is compatible with a given type.
Definition is.hpp:485
@ other
The operating system is other.
Definition platform_id.hpp:58
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8