Inheritance Hierarchy
RainWorx.FrameWorx.BLL.ComparersUserEquality
Namespace: RainWorx.FrameWorx.BLL.Comparers
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public class UserEquality : IEqualityComparer<User>
The UserEquality type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserEquality | Initializes a new instance of the UserEquality class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | |
![]() | GetHashCode |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also