Search Results for

    Show / Hide Table of Contents

    Class SearchResultFieldValueComparer

    Inheritance
    System.Object
    SearchResultFieldValueComparer
    Implements
    IFieldValueComparer<SearchResult>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class SearchResultFieldValueComparer : IFieldValueComparer<SearchResult>

    Constructors

    SearchResultFieldValueComparer()

    Declaration
    public SearchResultFieldValueComparer()

    Methods

    Compare(SearchResult, SearchResult, String)

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

    Implements

    IFieldValueComparer<T>

    On this page

    • Constructors
      • SearchResultFieldValueComparer()
    • Methods
      • Compare(SearchResult, SearchResult, String)
    • Implements
    Back to top Generated by DocFX