Class Compare
Compare data values
Inheritance
System.Object
Compare
Namespace: Netly.Core
Assembly: Netly.Core.dll
Syntax
public static class Compare : object
Methods
Bytes(Byte[][])
Compare byte[] type value
Declaration
public static bool Bytes(params byte[][] values)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[][] | values | Values |
Returns
| Type | Description |
|---|---|
| System.Boolean | Returns (True) when all data contains the same value |
String(String[])
Compare string type value
Declaration
public static bool String(params string[] values)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | values | Values |
Returns
| Type | Description |
|---|---|
| System.Boolean | Returns (True) when all data contains the same value |