public bool Equals(PropValue other) { return(this.propDef.Equals(other.propDef) && Util.ValueEquals(this.value, other.value)); }
public static ContactInfoForLinkingFromDirectory Create(ADRawEntry person) { Util.ThrowOnNullArgument(person, "person"); return new ContactInfoForLinkingFromDirectory(person); }
public static byte[] MakeAddressBookEntryID(IExchangePrincipal exchangePrincipal) { Util.ThrowOnNullArgument(exchangePrincipal, "exchangePrincipal"); return AddressBookEntryId.MakeAddressBookEntryID(exchangePrincipal.LegacyDn, false); }