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 |