Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public class PropertyComparer<T> : PropertyComparer, 
	IComparer<T>, IEqualityComparer<T>
Visual Basic
Public Class PropertyComparer(Of T)
	Inherits PropertyComparer
	Implements IComparer(Of T), IEqualityComparer(Of T)

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  SchemaExplorer..::..PropertyComparer
    SchemaExplorer..::..PropertyComparer<(Of <(<'T>)>)>

See Also