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: 7.1
Syntax public bool Equals(
SHCOLUMNID other
)
Public Function Equals (
other As SHCOLUMNID
) As Boolean
public:
virtual bool Equals(
SHCOLUMNID other
) sealed
abstract Equals :
other : SHCOLUMNID -> bool
override Equals :
other : SHCOLUMNID -> bool
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