Click or drag to resize
MatrixOpsCompareDelT Delegate

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate bool CompareDel<T>(
	T o1,
	T o2
)

Parameters

o1
Type: T
o2
Type: T

Type Parameters

T

Return Value

Type: Boolean
See Also