C# Class CheckFileList.NamedSegment

Inheritance: Segment
Show file Open project: EFanZh/EFanZh

Public Methods

Method Description
CompareTo ( Segment other ) : int
Equals ( Segment other ) : bool
GetHashCode ( ) : int
NamedSegment ( string name ) : System
ToString ( ) : string

Method Details

CompareTo() public method

public CompareTo ( Segment other ) : int
other Segment
return int

Equals() public method

public Equals ( Segment other ) : bool
other Segment
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

NamedSegment() public method

public NamedSegment ( string name ) : System
name string
return System

ToString() public method

public ToString ( ) : string
return string