Edit

Share via


Language.Equals(Object) Method

Definition

Determines whether the specified object is equal to the current language.

public override bool Equals(object obj);

Parameters

obj
Object

The object to compare with the current instance.

Returns

true if the objects are equal; otherwise, false.

Applies to