Share via


Settings.Equals(Settings) Method

Definition

Determines whether two object instances are equal.

public:
 virtual bool Equals(Microsoft::SqlServer::Configuration::Settings ^ other);
public bool Equals (Microsoft.SqlServer.Configuration.Settings other);
override this.Equals : Microsoft.SqlServer.Configuration.Settings -> bool
Public Function Equals (other As Settings) As Boolean

Parameters

other
Settings

The other.

Returns

true if the two object instances are equal; otherwise, false.

Implements

Applies to