XmlSchemaReference.Equals Method (Object)

 

Compares the specified XmlSchemaReference with the current XmlSchemaReference to see if they are equal.

Namespace:   Microsoft.VisualStudio.XmlEditor
Assembly:  Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)

Syntax

public override bool Equals(
    object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
override Equals : 
        obj:Object -> bool
Public Overrides Function Equals (
    obj As Object
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the specified object is an XmlSchemaReference with the same target namespace and URI location.

See Also

XmlSchemaReference Class
Microsoft.VisualStudio.XmlEditor Namespace

Return to top