CommonEventSpecialArgCase 演算子と型変換 |
CommonEventSpecialArgCase 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| Equality |
==
| |
| (TupleInt32, String to CommonEventSpecialArgCase) |
Tuple<int, string> -> CommonEventSpecialArgCase 型変換
| |
| (ValueTupleInt32, String to CommonEventSpecialArgCase) |
(int, string) -> CommonEventSpecialArgCase 型変換
| |
| (CommonEventSpecialArgCase to TupleInt32, String) |
CommonEventSpecialArgCase -> Tuple<int, string> 型変換
| |
| (CommonEventSpecialArgCase to ValueTupleInt32, String) |
CommonEventSpecialArgCase -> (int, string) 型変換
| |
| Inequality |
!=
|