Share via


TextChangeProposal.Equals Method

Override. This method is used to compare TextChangeProposal objects.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As TextChangeProposal
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
public override bool Equals(
    Object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
public override function Equals(
    obj : Object
) : boolean
abstract Equals : 
        obj:Object -> bool 
override Equals : 
        obj:Object -> bool 

Parameters

Return Value

Type: System.Boolean
[System.Boolean] is TRUE if the TextChangeProposal objects are equal.

Remarks

TextChangeProposal objects are considered equal if their file names, starting line, and starting column are equal.

.NET Framework Security

See Also

Reference

TextChangeProposal Class

TextChangeProposal Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace