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.

另见