C# 클래스 KellermanSoftware.CompareNetObjects.TypeComparers.IpEndPointComparer

Logic to compare two IP End Points
상속: BaseTypeComparer
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects

공개 메소드들

메소드 설명
CompareType ( CompareParms parms ) : void

Compare two IP End Points

IpEndPointComparer ( RootComparer rootComparer ) : System

Constructor that takes a root comparer

IsTypeMatch ( Type type1, Type type2 ) : bool

Returns true if both objects are an IP End Point

비공개 메소드들

메소드 설명
CompareAddress ( CompareParms parms, IPEndPoint ipEndPoint1, IPEndPoint ipEndPoint2 ) : void
ComparePort ( CompareParms parms, IPEndPoint ipEndPoint1, IPEndPoint ipEndPoint2 ) : void

메소드 상세

CompareType() 공개 메소드

Compare two IP End Points
public CompareType ( CompareParms parms ) : void
parms CompareParms
리턴 void

IpEndPointComparer() 공개 메소드

Constructor that takes a root comparer
public IpEndPointComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer
리턴 System

IsTypeMatch() 공개 메소드

Returns true if both objects are an IP End Point
public IsTypeMatch ( Type type1, Type type2 ) : bool
type1 System.Type The type of the first object
type2 System.Type The type of the second object
리턴 bool