Struct InputMethodEditor.ContextId
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
Structure representing the ContextId.
public struct InputMethodEditor.ContextId : IEquatable<InputMethodEditor.ContextId>
- Implements
Methods
View SourceEquals(ContextId)
Compares whether the ContextIds are equal.
Declaration
public bool Equals(InputMethodEditor.ContextId other)
Parameters
Type | Name | Description |
---|---|---|
InputMethodEditor.ContextId | other |
Returns
Type | Description |
---|---|
bool |
Implements
System.IEquatable<T>