NetworkSeed.Equals(Object) Method

Definition

check to see if this is the same with another NetworkSeed

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

the other NetworkSeed

Returns

Boolean

true if it is the same

Applies to