Skip to content

Commit 11f44e9

Browse files
authored
Merge pull request #4265 from dotnet/publish-211
Merge master into live
2 parents 19ffebe + 5916572 commit 11f44e9

File tree

2 files changed

+5
-41
lines changed

2 files changed

+5
-41
lines changed

xml/System.Data/EntityKey.xml

Lines changed: 4 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -645,45 +645,7 @@
645645
646646
In addition, temporary keys have no <xref:System.Data.Metadata.Edm.EntitySet> or key values, but permanent keys do.
647647
648-
The equivalent method for this operator is <xref:System.Data.EntityKey.Equals%28System.Data.EntityKey%29?displayProperty=nameWithType></format>
649-
</remarks>
650-
</Docs>
651-
</Member>
652-
<Member MemberName="op_Inequality">
653-
<MemberSignature Language="C#" Value="public static bool op_Inequality (System.Data.EntityKey key1, System.Data.EntityKey key2);" />
654-
<MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname bool op_Inequality(class System.Data.EntityKey key1, class System.Data.EntityKey key2) cil managed" />
655-
<MemberSignature Language="DocId" Value="M:System.Data.EntityKey.op_Inequality(System.Data.EntityKey,System.Data.EntityKey)" />
656-
<MemberType>Method</MemberType>
657-
<AssemblyInfo>
658-
<AssemblyName>System.Data.Entity</AssemblyName>
659-
<AssemblyVersion>4.0.0.0</AssemblyVersion>
660-
</AssemblyInfo>
661-
<ReturnValue>
662-
<ReturnType>System.Boolean</ReturnType>
663-
</ReturnValue>
664-
<Parameters>
665-
<Parameter Name="key1" Type="System.Data.EntityKey" />
666-
<Parameter Name="key2" Type="System.Data.EntityKey" />
667-
</Parameters>
668-
<Docs>
669-
<param name="key1">A <see cref="T:System.Data.EntityKey" /> to compare.</param>
670-
<param name="key2">A <see cref="T:System.Data.EntityKey" /> to compare.</param>
671-
<summary>Compares two <see cref="T:System.Data.EntityKey" /> objects.</summary>
672-
<returns>
673-
<see langword="true" /> if the <paramref name="key1" /> and <paramref name="key2" /> values are not equal; otherwise, <see langword="false" />.</returns>
674-
<remarks>
675-
<format type="text/markdown"><![CDATA[
676-
677-
## Remarks
678-
Temporary keys have different comparison semantics than permanent keys:
679-
680-
- Temporary keys use reference equality. That is, two references to the exact same temporary <xref:System.Data.EntityKey> instance are equal but no other <xref:System.Data.EntityKey> instances are equal.
681-
682-
- Permanent keys determine equality based on the values of the contained key properties and the <xref:System.Data.Metadata.Edm.EntitySet>. That is, you can have two separate <xref:System.Data.EntityKey> instances that are equal if their entity sets are the same and their key values are equal.
683-
684-
In addition, temporary keys have no <xref:System.Data.Metadata.Edm.EntitySet> or key values, but regular keys do.
685-
686-
The equivalent method for this operator is <xref:System.Data.EntityKey.Equals%28System.Data.EntityKey%29?displayProperty=nameWithType>.]]></format>
648+
The equivalent method for this operator is <xref:System.Data.EntityKey.Equals%28System.Data.EntityKey%29?displayProperty=nameWithType>.]]> </format>
687649
</remarks>
688650
</Docs>
689651
</Member>
@@ -723,7 +685,9 @@
723685
724686
- Permanent keys determine equality based on the values of the contained key properties and the <xref:System.Data.Metadata.Edm.EntitySet>. That is, you can have two separate <xref:System.Data.EntityKey> instances that are equal if their entity sets are the same and their key values are equal.
725687
726-
In addition, temporary keys have no <xref:System.Data.Metadata.Edm.EntitySet> or key values, but regular keys do.]]></format>
688+
In addition, temporary keys have no <xref:System.Data.Metadata.Edm.EntitySet> or key values, but regular keys do.
689+
690+
The equivalent method for this operator is <xref:System.Data.EntityKey.Equals%28System.Data.EntityKey%29?displayProperty=nameWithType>.]]></format>
727691
</remarks>
728692
</Docs>
729693
</Member>

xml/System/Guid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ The <xref:System.Guid.ParseExact%2A> method requires the read-only character spa
13661366
13671367
## Remarks
13681368
1369-
This member is an explicit interface member implementation. It can only be used when the <xref:System.Guid" /> instance is cast to an <xref:System.IComparable> interface.
1369+
This member is an explicit interface member implementation. It can only be used when the <xref:System.Guid> instance is cast to an <xref:System.IComparable> interface.
13701370
13711371
The `CompareTo` method compares the GUIDs as if they were values provided to the <xref:System.Guid.%23ctor%28System.Int32%2CSystem.Int16%2CSystem.Int16%2CSystem.Byte%5B%5D%29> constructor, as follows:
13721372

0 commit comments

Comments
 (0)