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

实现

适用于