Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Static
GetConvenience generic extension method that calls System.IServiceProvider.GetService|GetService(serviceType) and casts the result.
Generic type argument
The service provider instance.
A service object of type TService -or- null if there is no service object of type TService.
Class with extension methods for Services-related classes and interfaces.
Since
2.0