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