Click or drag to resize

IEnumerableExtWhereEqualsTo Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Extensions.IEnumerableExt.WhereEqualsTo(System.Collections.Generic.IEnumerable{System.Object[]},System.Object,System.Object)"]

Namespace:  Stimulsoft.Data.Extensions
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public static IEnumerable<Object[]> WhereEqualsTo(
	this IEnumerable<Object[]> source,
	Object values1,
	Object values2
)

Parameters

source
Type: System.Collections.GenericIEnumerableObject

[Missing <param name="source"/> documentation for "M:Stimulsoft.Data.Extensions.IEnumerableExt.WhereEqualsTo(System.Collections.Generic.IEnumerable{System.Object[]},System.Object,System.Object)"]

values1
Type: SystemObject

[Missing <param name="values1"/> documentation for "M:Stimulsoft.Data.Extensions.IEnumerableExt.WhereEqualsTo(System.Collections.Generic.IEnumerable{System.Object[]},System.Object,System.Object)"]

values2
Type: SystemObject

[Missing <param name="values2"/> documentation for "M:Stimulsoft.Data.Extensions.IEnumerableExt.WhereEqualsTo(System.Collections.Generic.IEnumerable{System.Object[]},System.Object,System.Object)"]

Return Value

Type: IEnumerableObject

[Missing <returns> documentation for "M:Stimulsoft.Data.Extensions.IEnumerableExt.WhereEqualsTo(System.Collections.Generic.IEnumerable{System.Object[]},System.Object,System.Object)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableObject. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also