◆
MaxonConvert()
[1/2]
◆
MaxonConvert()
[2/2]
◆
operator==()
[1/2]
Checks if the strings are equal.
Deprecated
. Use maxon::String::Compare(...).
-
注意
-
The comparison is done alphanumerically and case-sensitive.
-
参数
-
[in]
|
left
|
The left-hand operand string.
|
[in]
|
right
|
The right-hand operand string.
|
-
返回
-
true
if the strings are equal, otherwise
false
.
◆
operator==()
[2/2]
Checks if the strings are equal.
Deprecated
. Use maxon::String::Compare(...).
-
注意
-
The comparison is done alphanumerically and case-sensitive.
-
参数
-
[in]
|
left
|
The left-hand operand string.
|
[in]
|
right
|
The right-hand operand string.
|
-
返回
-
true
if the strings are equal, otherwise
false
.
◆
operator!=()
[1/2]
Checks if two strings are different.
Deprecated
. Use maxon::String::Compare(...).
-
注意
-
The comparison is done alphanumerically and case-sensitive.
-
参数
-
[in]
|
left
|
The left-hand operand string.
|
[in]
|
right
|
The right-hand operand string.
|
-
返回
-
true
if the two strings are different, otherwise
false
.
◆
operator!=()
[2/2]
Checks if two strings are different.
Deprecated
. Use maxon::String::Compare(...).
-
注意
-
The comparison is done alphanumerically and case-sensitive.
-
参数
-
[in]
|
left
|
The left-hand operand string.
|
[in]
|
right
|
The right-hand operand string.
|
-
返回
-
true
if the two strings are different, otherwise
false
.
◆
operator<()
Compares the strings to see if the the left-hand string is less than the right-hand string.
Deprecated
. Use maxon::String::Compare(...).
-
注意
-
The comparison is done alphanumerically and case-sensitive.
-
参数
-
[in]
|
left
|
The left-hand operand string.
|
[in]
|
right
|
The right-hand operand string.
|
-
返回
-
The result of the comparison.