HwndSourceParameters.Equals 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 whether this structure is equal to a specified structure.
Overloads
Equals(Object) |
Determines whether this structure is equal to a specified object. |
Equals(HwndSourceParameters) |
Determines whether this structure is equal to a specified HwndSourceParameters structure. |
Equals(Object)
Determines whether this structure is equal to a specified object.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The objects to be tested for equality.
Returns
true
if the comparison is equal; otherwise, false
.
Remarks
This implementation checks all members (public and private) of both structures for exact value equality.
Applies to
Equals(HwndSourceParameters)
Determines whether this structure is equal to a specified HwndSourceParameters structure.
public:
bool Equals(System::Windows::Interop::HwndSourceParameters obj);
public bool Equals (System.Windows.Interop.HwndSourceParameters obj);
override this.Equals : System.Windows.Interop.HwndSourceParameters -> bool
Public Function Equals (obj As HwndSourceParameters) As Boolean
Parameters
The structure to be tested for equality.
Returns
true
if the structures are equal; otherwise, false
.
Remarks
This implementation checks all members (public and private) of both structures for exact value equality.