Method Equals
Equals(GhostType)
Returns whether or not the other reference is identical to the current instance.
Declaration
public bool Equals(GhostType other)
Parameters
Returns
Implements
Equals(object)
Returns whether or not the obj reference is of type GhostType
, and
whether or not it's identical to the current instance.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Type |
Description |
bool |
True if equal to the passed in GhostType .
|
Overrides