Search Results for

    Show / Hide Table of Contents

    Interface IFieldValueComparer<T>

    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public interface IFieldValueComparer<in T>
    Type Parameters
    Name Description
    T

    Methods

    Compare(T, T, String)

    Declaration
    int Compare(T a, T b, string fieldName)
    Parameters
    Type Name Description
    T a
    T b
    System.String fieldName
    Returns
    Type Description
    System.Int32

    On this page

    • Methods
      • Compare(T, T, String)
    Back to top Generated by DocFX