BamlLocalizableResource.Equals(Object) 方法

定義

判斷指定的 BamlLocalizableResource 物件是否等於這個物件。

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

參數

other
Object

要測試是否相等的 BamlLocalizableResource 物件。

傳回

如果 other 等於這個物件則為 true,否則為 false

適用於