SHCOLUMNIDEquals(SHCOLUMNID) Method |
Indicates whether the current object is equal to another object of the same type.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 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