ProfileGroupSettings.Equals(Object) 方法

定义

确定指定的 Object 是否等同于当前的 ObjectDetermines whether the specified Object is equal to the current Object.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

参数

obj
Object

要与当前的 Object 进行比较的 ObjectThe Object to compare with the current Object.

返回

Boolean

如果指定的 true 等于当前的 Object,则为 Object;否则为 falsetrue if the specified Object is equal to the current Object; otherwise, false.

适用于

另请参阅