XmlSchemaReference.Inequality Operator (XmlSchemaReference, XmlSchemaReference)

 

Determines whether two specified XmlSchemaReference objects are not equal.

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

Syntax

public static bool operator !=(
    XmlSchemaReference left,
    XmlSchemaReference right
)
public:
static bool operator !=(
    XmlSchemaReference^ left,
    XmlSchemaReference^ right
)
static let inline (<>)
        left:XmlSchemaReference *
        right:XmlSchemaReference : bool
Public Shared Operator <> (
    left As XmlSchemaReference,
    right As XmlSchemaReference
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if two XmlSchemaReference objects are not equal; otherwise, false.

See Also

XmlSchemaReference Class
Microsoft.VisualStudio.XmlEditor Namespace

Return to top