Поделиться через


SourceCodePosition.Equals Method (SourceCodePosition)

Returns a value that indicates whether the provided object and the current object are equal.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As SourceCodePosition _
) As Boolean
public bool Equals(
    SourceCodePosition other
)
public:
virtual bool Equals(
    SourceCodePosition^ other
) sealed
abstract Equals : 
        other:SourceCodePosition -> bool 
override Equals : 
        other:SourceCodePosition -> bool 
public final function Equals(
    other : SourceCodePosition
) : boolean

Parameters

Return Value

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

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

SourceCodePosition Class

Equals Overload

Microsoft.Data.Schema.SchemaModel Namespace