Show / Hide Table of Contents

Struct Statics.CharEquate

Equality checking function for .

Implements
IFunc<System.Char, System.Char, System.Boolean>
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct CharEquate : IFunc<char, char, bool>

Methods

| Improve this Doc View Source

Invoke(Char, Char)

Declaration
public bool Invoke(char a, char b)
Parameters
Type Name Description
System.Char a
System.Char 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