BamlLocalizableResource.Equals(Object) Method

Definition

Determines whether a specified BamlLocalizableResource object is equal to this object.

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

Parameters

other
Object

The BamlLocalizableResource object test for equality.

Returns

true if other is equal to this object; otherwise, false.

Applies to