SqlCeVersion.Equals Method (SqlCeVersion)

Specifies a value indicating whether the current SqlCeVersion object is equal to a specified object.

Namespace:  Microsoft.SqlServerCe.VersionManagement
Assembly:  Microsoft.SqlServerCe.VersionManagement (in Microsoft.SqlServerCe.VersionManagement.dll)

Syntax

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

returnValue = instance.Equals(other)
public bool Equals(
    SqlCeVersion other
)
public:
virtual bool Equals(
    SqlCeVersion^ other
) sealed
abstract Equals : 
        other:SqlCeVersion -> bool 
override Equals : 
        other:SqlCeVersion -> bool 
public final function Equals(
    other : SqlCeVersion
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the current SqlCeVersion object is equal to a specified object; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

SqlCeVersion Class

Equals Overload

Microsoft.SqlServerCe.VersionManagement Namespace