Settings.Equals(Settings) 方法

定義

判斷兩個物件實例是否相等。

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

參數

other
Settings

另一個。

傳回

true如果兩個物件實例相等;否則,。 false

實作

適用於