Click or drag to resize

SHCOLUMNIDEquals Method (SHCOLUMNID)

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: 6.3.1
Syntax
public bool Equals(
	SHCOLUMNID other
)

Parameters

other
Type: Jam.ShellSHCOLUMNID
An object to compare with this object.

Return Value

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

Implements

IEquatableTEquals(T)
See Also