InputLanguage::Equals Method (Object^)

 

Specifies whether two input languages are equal.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool Equals(
	Object^ value
) override

Parameters

value
Type: System::Object^

The language to test for equality.

Return Value

Type: System::Boolean

true if the two languages are equal; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: