GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColor Structure / Equals Method
The System.Object to compare to the current Northwoods.Go.Draw.GoColor.
In This Topic
    Equals Method (GoColor)
    In This Topic
    Determines whether the specified System.Object is equal to the current Northwoods.Go.Draw.GoColor.
    Syntax
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The System.Object to compare to the current Northwoods.Go.Draw.GoColor.

    Return Value

    Returns true if the specified System.Object is equal to the current Northwoods.Go.Draw.GoColor, otherwise, returns false.
    See Also