Range<T>.Equals(Range<T>) Method
Namespace: DevExpress.XtraReports.Parameters
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type |
---|---|
other | Range<T> |
Returns
Type |
---|
Boolean |
See Also
Namespace: DevExpress.XtraReports.Parameters
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
public bool Equals(
Range<T> other
)
Public Function Equals(
other As Range(Of T)
) As Boolean
Name | Type |
---|---|
other | Range<T> |
Type |
---|
Boolean |
No
Your feedback is appreciated.