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