Struct Statics.Int32Equate
Equality checking function for
Implements
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct Int32Equate : IFunc<int, int, bool>
Methods
| Improve this Doc View SourceInvoke(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 |