Box.Equals Methods
Determines whether two Box objects have the same value.
Thread safety: This method is thread-safe.
Overload List
Name | Description | |
---|---|---|
Public method | Equals(System.Object obj) | Determines whether this instance and another specified Box have the same value. |
Public method | Equals(Box obj) | Determines whether this instance and another specified Box have the same value. |
Equals(System.Object obj)
Determines whether this instance and another specified Box have the same value.Syntax
public System.Boolean Equals (
System.Object obj
)
Parameters
obj
Type: System.Object
The object to compare this Box with.
The object to compare this Box with.
Return Value
Type: System.Boolean
True if this instance and obj have the same value; otherwise, False.
True if this instance and obj have the same value; otherwise, False.
Equals(Box obj)
Determines whether this instance and another specified Box have the same value.Syntax
public System.Boolean Equals (
Box obj
)
Parameters
Return Value
Type: System.Boolean
True if this instance and obj have the same value; otherwise, False.
True if this instance and obj have the same value; otherwise, False.
Platforms
Windows, Linux, Android