FileSectionEquals(FileSection) 方法
            判断基本信息是否一致。
            
命名空间: TouchSocket.Dmtp.FileTransfer程序集: TouchSocket.Dmtp (在 TouchSocket.Dmtp.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public bool Equals(
	FileSection fileSection
)
Public Function Equals ( 
	fileSection As FileSection
) As Boolean
member Equals : 
        fileSection : FileSection -> bool 
- fileSection  FileSection
 - 待比较的文件段对象。
 
Boolean如果待比较的文件段对象的基本信息与当前对象一致,则返回
;否则返回
。