Share via


ParseOptions.Equals Method (ParseOptions)

Returns a value that indicates whether this instance is equal to the specified ParseOptions object.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Parser
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As ParseOptions _
) As Boolean
'Usage
Dim instance As ParseOptions 
Dim other As ParseOptions 
Dim returnValue As Boolean 

returnValue = instance.Equals(other)
public bool Equals(
    ParseOptions other
)
public:
bool Equals(
    ParseOptions^ other
)
member Equals : 
        other:ParseOptions -> bool
public function Equals(
    other : ParseOptions
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the two objects are equal; otherwise, false.

See Also

Reference

ParseOptions Class

Equals Overload

Microsoft.SqlServer.Management.SqlParser.Parser Namespace