Click or drag to resize
ObjectExtensions Class
Provides extensions methods for objects.
Inheritance Hierarchy
SystemObject
  SphinxConnector.FluentApi.UtilObjectExtensions

Namespace: SphinxConnector.FluentApi.Util
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public static class ObjectExtensions
Methods
  NameDescription
Public methodStatic memberInT(T, IEnumerableT)
Returns true if obj is equal to any of the other arguments.
Public methodStatic memberCode exampleInT(T, String)
Returns true if obj is equal to at least one of the elements of the user variable.
Public methodStatic memberInT(T, T)
Returns true if obj is equal to any of the other arguments.
Public methodStatic memberIntervalT(T, IEnumerableT)
Returns the index of the value that is less than obj.
Public methodStatic memberIntervalT(T, T)
Returns the index of the value that is less than obj.
Public methodStatic memberNotInT(T, IEnumerableT)
Returns true if obj is not equal to any of the other arguments.
Public methodStatic memberNotInT(T, String)
Returns true if obj is not equal to any of the elements of the user variable.
Public methodStatic memberNotInT(T, T)
Returns true if obj is not equal to any of the other arguments.
Top
See Also