BamlLocalizableResourceKey.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares BamlLocalizableResourceKey for equality.
Overloads
Equals(Object) |
Compares an object to an instance of BamlLocalizableResourceKey for equality. |
Equals(BamlLocalizableResourceKey) |
Compares two instances of BamlLocalizableResourceKey for equality. |
Equals(Object)
Compares an object to an instance of BamlLocalizableResourceKey for equality.
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 object to compare for equality.
Returns
true
if the two instances are equal; otherwise, false
.
Applies to
Equals(BamlLocalizableResourceKey)
Compares two instances of BamlLocalizableResourceKey for equality.
public:
bool Equals(System::Windows::Markup::Localizer::BamlLocalizableResourceKey ^ other);
public bool Equals (System.Windows.Markup.Localizer.BamlLocalizableResourceKey other);
override this.Equals : System.Windows.Markup.Localizer.BamlLocalizableResourceKey -> bool
Public Function Equals (other As BamlLocalizableResourceKey) As Boolean
Parameters
The other instance of BamlLocalizableResourceKey to compare for equality.
Returns
true
if the two instances are equal; otherwise, false
.