T - The type of the object to compare.public interface IPredicate<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
predicate(T obj)
Represents the method that defines a
set of criteria and determines whether
the specified object meets those criteria.
|
boolean predicate(T obj) throws ServiceLocalException
obj - The object to compare against
the criteria defined within the method represented
by this delegate.ServiceLocalExceptionCopyright © 2012–2015 Microsoft. All rights reserved.