Struct InputMethodEditor.ContextId
Definition
- Namespace:
- Tizen.Uix.Input
Method
- Assembly:
- Tizen.Uix.InputMethod.dll
Structure representing the ContextId.
C#
Copy
public struct InputMethodEditor.ContextId : IEquatable<InputMethodEditor.ContextId>
- Implements
Methods
Declaration
C#
Copy
public bool Equals(InputMethodEditor.ContextId other)
Parameters
Type | Name | Description |
---|---|---|
Input |
other | The ContextId to compare with this instance. |
Returns
Type | Description |
---|---|
bool | true if the ContextIds is the same; otherwise, false. |
Implements
System.IEquatable<T>