xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::const_control_ref_less Struct Reference

Definition

Represents less comparator for const const_control_ref.

Header
#include <xtd/forms/const_control_ref_less>
Namespace
xtd::forms
Library
xtd.forms

Operators

bool operator() (const const_control_ref &value1, const const_control_ref &value2) const
 Compare two specified const_control_ref.
 

Member Function Documentation

◆ operator()()

bool xtd::forms::const_control_ref_less::operator() ( const const_control_ref value1,
const const_control_ref value2 
) const
inline

Compare two specified const_control_ref.

Parameters
value1The first value to compare.
value2The second value to compare.
Returns
true if value1 < value2; otherwise false.

The documentation for this struct was generated from the following file: