Equals Method
Equals(Object)
Determines whether the specified object is equal to the current object.
Declaration
public override readonly bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
Equals(Point)
Indicates whether the current object is equal to another object of the same type.
Declaration
public readonly bool Equals(Point other)
Parameters
Type | Name | Description |
---|---|---|
Point | other | An object to compare with this object. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Implements
System.IEquatable<T>.Equals(T)