|
NanoXLSX.Core 3.0.0-rc.3
|
Class providing general comparator methods. More...
Static Public Member Functions | |
| static bool | CompareSecureStrings (SecureString value1, SecureString value2) |
| Compares whether the content of two SecureString instances are equal. The comparison method tries to handle the operation as secure as possible. | |
| static int | CompareDimensions (float? dimension1, float? dimension2) |
| Compares two dimensions (e.g. column width, column height). | |
Class providing general comparator methods.
Definition at line 10 of file Comparators.cs.
|
static |
Compares two dimensions (e.g. column width, column height).
| dimension1 | Nullable dimension 1 |
| dimension2 | Nullable dimension 2 |
Definition at line 82 of file Comparators.cs.
|
static |
Compares whether the content of two SecureString instances are equal. The comparison method tries to handle the operation as secure as possible.
| value1 | SecureString instance one |
| value2 | SecureString instance two |
Definition at line 24 of file Comparators.cs.