ItemRange.Equals(object) method¶
Defined in
Type: ItemRange
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Overloads¶
- 1.
public override bool Equals(object obj) - 2.
public bool Equals(ItemRange other)
1. Overload¶
public override bool Equals(object obj)
Parameters
| Name | Type | Description |
|---|---|---|
obj | object | -- |
Returns: bool
2. Overload¶
public bool Equals(ItemRange other)
Parameters
| Name | Type | Description |
|---|---|---|
other | [ItemRange](# | -- |
Returns: bool