UdpReceiveResult.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.
Returns a value that indicates whether this instance is equal to a specified object.
Overloads
Equals(UdpReceiveResult) |
Returns a value that indicates whether this instance is equal to a specified object. |
Equals(Object) |
Returns a value that indicates whether this instance is equal to a specified object. |
Equals(UdpReceiveResult)
- Source:
- UdpReceiveResult.cs
- Source:
- UdpReceiveResult.cs
- Source:
- UdpReceiveResult.cs
Returns a value that indicates whether this instance is equal to a specified object.
public:
virtual bool Equals(System::Net::Sockets::UdpReceiveResult other);
public bool Equals (System.Net.Sockets.UdpReceiveResult other);
override this.Equals : System.Net.Sockets.UdpReceiveResult -> bool
Public Function Equals (other As UdpReceiveResult) As Boolean
Parameters
- other
- UdpReceiveResult
The object to compare with this instance.
Returns
true
if other
is an instance of UdpReceiveResult and equals the value of the instance; otherwise, false
.
Implements
Applies to
Equals(Object)
- Source:
- UdpReceiveResult.cs
- Source:
- UdpReceiveResult.cs
- Source:
- UdpReceiveResult.cs
Returns a value that indicates whether this instance is equal to a specified object.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (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 object to compare with this instance.
Returns
true
if obj
is an instance of UdpReceiveResult and equals the value of the instance; otherwise, false
.