GenericPair<TValue1,TValue2>.Equals(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two GenericPair<TValue1,TValue2> objects are equal.
public:
override bool Equals(System::Object ^ _Right_arg);
public override bool Equals (object _Right_arg);
override this.Equals : obj -> bool
Public Overrides Function Equals (_Right_arg As Object) As Boolean
Parameters
- _Right_arg
- Object
The GenericPair<TValue1,TValue2> object to compare with the current GenericPair<TValue1,TValue2> object.
Returns
true
if the two GenericPair<TValue1,TValue2> objects are equal; otherwise, false
.
Remarks
For more information, see operator== (pair) (STL/CLR).
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา