Equals

Equals(FileType)

Determines whether the current FileType is the same as specified FileType object.

public bool Equals(FileType other)
Parameter Type Description
other FileType The object to compare with the current FileType object.

Return Value

true

if both FileType objects are the same; otherwise,

false

See Also


Equals(object)

Determines whether the current FileType is the same as specified object.

public override bool Equals(object obj)
Parameter Type Description
obj Object The object to compare with the current FileType object.

Return Value

true

if

obj

parameter is FileType and is the same as current FileType object; otherwise,

false

See Also