Share via


Equals Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This member overrides Object. . :: . .Equals(Object), and more complete documentation might be available in that topic.

Determines whether the specified Object is equal to the current IPEndPoint instance.

Namespace:  System.Net
Assembly:  System (in System.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
public override bool Equals(
    Object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
abstract Equals : 
        obj:Object -> bool 
override Equals : 
        obj:Object -> bool 
public override function Equals(
    obj : Object
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
true if the objects are equal.

.NET Framework Security

See Also

Reference

IPEndPoint Class

System.Net Namespace