Click or drag to resize

SHCOLUMNIDEquals(SHCOLUMNID) Method

Indicates whether the current object is equal to another object of the same type.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public bool Equals(
	SHCOLUMNID other
)

Parameters

other  SHCOLUMNID
An object to compare with this object.

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)
See Also