Class PersonComparer
public static class PersonComparer
- Inheritance
-
PersonComparer
- Inherited Members
Methods
CompareAddressFields(PersonAddress, PersonAddress)
public static PersonComparer.AddressFieldDifference[] CompareAddressFields(PersonAddress address1, PersonAddress address2)
Parameters
address1PersonAddressaddress2PersonAddress
Returns
CompareCommentFields(PersonComment, PersonComment)
public static PersonComparer.CommentFieldDifference[] CompareCommentFields(PersonComment comment1, PersonComment comment2)
Parameters
comment1PersonCommentcomment2PersonComment
Returns
CompareCommentFields(Guid, Dictionary<Guid, PersonComment>, Dictionary<Guid, PersonComment>)
public static PersonComparer.CommentDifference[] CompareCommentFields(Guid ownerId, Dictionary<Guid, PersonComment> comments1, Dictionary<Guid, PersonComment> comments2)
Parameters
ownerIdGuidcomments1Dictionary<Guid, PersonComment>comments2Dictionary<Guid, PersonComment>
Returns
CompareStateFields(PersonState, PersonState)
public static PersonComparer.StateFieldDifference[] CompareStateFields(PersonState state1, PersonState state2)
Parameters
state1PersonStatestate2PersonState