Show / Hide Table of Contents

Struct Statics.Int32Equate

Equality checking function for .

Implements
IFunc<System.Int32, System.Int32, System.Boolean>
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct Int32Equate : IFunc<int, int, bool>

Methods

| Improve this Doc View Source

Invoke(Int32, Int32)

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