Click or drag to resize

GH_ExternalFileIsIdenticalTo Method

Compares two files for content. If the size and the hash or the other file are equal to this one, the files are considered identical.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool IsIdenticalTo(
	GH_ExternalFile other
)

Parameters

other
Type: Grasshopper.KernelGH_ExternalFile

Return Value

Type: Boolean
See Also