Struct Statics.StringEquate
Equality checking function for
Implements
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct StringEquate : IFunc<string, string, bool>
Methods
| Improve this Doc View SourceInvoke(String, String)
Declaration
public bool Invoke(string a, string b)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | a | |
| System.String | b |
Returns
| Type | Description |
|---|---|
| System.Boolean |