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
    System.IEquatable<T><InputMethodEditor.ContextId>

    Methods

    View Source

    Equals(ContextId)

    Compares whether the ContextIds are equal.

    Declaration
    public bool Equals(InputMethodEditor.ContextId other)
    Parameters
    Type Name Description
    InputMethodEditor.ContextId 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>
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX