Rune.LessThanOrEqual(Rune, Rune) 運算子

定義

傳回值,指出所指定的 Rune 是否小於或等於另一個指定的 Rune

public:
 static bool operator <=(System::Text::Rune left, System::Text::Rune right);
public static bool operator <= (System.Text.Rune left, System.Text.Rune right);
static member ( <= ) : System.Text.Rune * System.Text.Rune -> bool
Public Shared Operator <= (left As Rune, right As Rune) As Boolean

參數

left
Rune

要比較的第一個值。

right
Rune

要比較的第二個值。

傳回

如果 left 小於或等於 right,則為 true;否則為 false

適用於