System::String::operator== メソッド
String::operator==(const String&) const method
等価比較演算子。
bool System::String::operator==(const String &str) const
| パラメーター | 型 | 説明 |
|---|---|---|
| str | const String& | String を現在のものと比較するために。 |
ReturnValue
両方の文字列が null であるか、または両方が null でなく一致する場合は true、そうでない場合は false。
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::operator==(std::nullptr_t) const method
文字列が null かどうかをチェックします。IsNull() 呼び出しと同じロジックを適用します。
bool System::String::operator==(std::nullptr_t) const
ReturnValue
文字列がnullの場合はtrue、そうでない場合はfalseです。
参照
- Class String
- Namespace System
- Library Aspose.Page for C++