ReactivePlotBindingOptions.Equals(object?) method¶
Defined in
Type: ReactivePlotBindingOptions
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.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(ReactivePlotBindingOptions? other)
1. Overload¶
public override bool Equals(object? obj)
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | -- |
Returns: bool
2. Overload¶
public bool Equals(ReactivePlotBindingOptions? other)
Parameters
| Name | Type | Description |
|---|---|---|
other | [ReactivePlotBindingOptions?](# | -- |
Returns: bool