Show / Hide Table of Contents

Class ResponseDomainComparer

Compares two RepresentationTypes to see if they are equivalent.

Inheritance
Object
ResponseDomainComparer
Implements
IComparer<ResponseDomain>
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ResponseDomainComparer : IComparer<ResponseDomain>

Methods

Compare(ResponseDomain, ResponseDomain)

Compares two ResponseDomains.

Declaration
public int Compare(ResponseDomain left, ResponseDomain right)
Parameters
Type Name Description
ResponseDomain left
ResponseDomain right
Returns
Type Description
Int32

Implements

System.Collections.Generic.IComparer<T>
In This Article
Back to top Generated by DocFX