operator ==
operator ==(ClassTypeReference, ClassTypeReference)
説明
ClassTypeReferenceが等しいかを返す。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| x | ClassTypeReference |
| y | ClassTypeReference |
戻り値
等しい場合にtrueを返す。
operator ==(ClassTypeReference, Type)
説明
ClassTypeReferenceとTypeが等しいかを返す。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| typeRef | ClassTypeReferenceの値 |
| type | Typeの値 |
戻り値
等しい場合にtrueを返す。
operator ==(Type, ClassTypeReference)
説明
ClassTypeReferenceとTypeが等しいかを返す。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| type | Typeの値 |
| typeRef | ClassTypeReferenceの値 |
戻り値
等しい場合にtrueを返す。