Struct InputMethodEditor.ContextId

Definition

Namespace:
Tizen.Uix.InputMethod
Assembly:
Tizen.Uix.InputMethod.dll
API Level:
4

Structure representing the ContextId.

C#
Copy
public struct ContextId : IEquatable<InputMethodEditor.ContextId>
Implements

Methods

View Source

Equals(InputMethodEditor.ContextId)

Compares whether the ContextIds are equal.

Declaration
C#
Copy
public bool Equals(InputMethodEditor.ContextId other)
Parameters
Type Name Description
InputMethodEditor.ContextId other
Returns
Type Description
Boolean
API Level: 4

Implements