Show / Hide Table of Contents

Struct Statics.StringEquate

Equality checking function for .

Implements
IFunc<System.String, System.String, System.Boolean>
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct StringEquate : IFunc<string, string, bool>

Methods

| Improve this Doc View Source

Invoke(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

Implements

IFunc<T1, T2, TResult>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX