Represents a toolkit.
- Namespace
- xtd::forms
- Library
- xtd.forms
|
| bool | equals (const object &obj) const noexcept override |
| | Determines whether the specified object is equal to the current object.
|
| |
| bool | equals (const toolkit &other) const noexcept override |
| | Determines whether the specified object is equal to the current object.
|
| |
| xtd::size | get_hash_code () const noexcept override |
| | Serves as a hash function for a particular type.
|
| |
| xtd::string | to_string () const noexcept override |
| | Returns a xtd::string that represents the current object.
|
| |
|
| | object ()=default |
| | Create a new instance of the ultimate base class object.
|
| |
| virtual type_object | get_type () const noexcept |
| | Gets the type of the current instance.
|
| |
| template<class object_t> |
| xtd::unique_ptr_object< object_t > | memberwise_clone () const |
| | Creates a shallow copy of the current object.
|
| |
| template<class object_a_t, class object_b_t> |
| static bool | equals (const object_a_t &object_a, const object_b_t &object_b) noexcept |
| | Determines whether the specified object instances are considered equal.
|
| |
| template<class object_a_t, class object_b_t> |
| static bool | reference_equals (const object_a_t &object_a, const object_b_t &object_b) noexcept |
| | Determines whether the specified object instances are the same instance.
|
| |
◆ toolkit() [1/2]
| xtd::toolkit::toolkit |
( |
| ) |
|
|
default |
◆ toolkit() [2/2]
Initializes a new instance of the xtd::toolkit class with the specified name and version.
- Parameters
-
| name | The toolkit name. |
| version | The toolkit version. |
| description | The toolkit description. |
◆ description()
| const xtd::string & xtd::toolkit::description |
( |
| ) |
const |
|
noexcept |
Gets the toolkit description.
- Returns
- The toolkit description.
◆ name()
Gets the toolkit name.
- Returns
- The toolkit name.
◆ version()
Gets the toolkit version.
- Returns
- The toolkit version.
◆ equals() [1/2]
| bool xtd::toolkit::equals |
( |
const object & | obj | ) |
const |
|
overridevirtualnoexcept |
Determines whether the specified object is equal to the current object.
- Parameters
-
| obj | The object to compare with the current object. |
- Returns
true if the specified object is equal to the current object. otherwise, false.
Reimplemented from xtd::object.
◆ equals() [2/2]
| bool xtd::toolkit::equals |
( |
const toolkit & | other | ) |
const |
|
overridevirtualnoexcept |
Determines whether the specified object is equal to the current object.
- Parameters
-
| other | The object to compare with the current object. |
- Returns
true if the specified object is equal to the current object. otherwise, false.
Implements xtd::iequatable< toolkit >.
◆ get_hash_code()
| xtd::size xtd::toolkit::get_hash_code |
( |
| ) |
const |
|
overridevirtualnoexcept |
Serves as a hash function for a particular type.
- Returns
- A hash code for the current object.
Reimplemented from xtd::object.
◆ to_string()
Returns a xtd::string that represents the current object.
- Returns
- A string that represents the current object.
Reimplemented from xtd::object.
The documentation for this class was generated from the following file: