System::Xml::XmlQualifiedName::Equals メソッド

XmlQualifiedName::Equals method

指定された XmlQualifiedName オブジェクトが現在の XmlQualifiedName オブジェクトと等しいかどうかを判断します。

bool System::Xml::XmlQualifiedName::Equals(SharedPtr<Object> other) override
パラメーター説明
otherSharedPtr<Object>比較対象の XmlQualifiedName です。

ReturnValue

true if the two are the same instance object; otherwise, false.

参照