public override bool Equals(object obj) { return ((obj is NetworkSceneId) && (this == ((NetworkSceneId) obj))); }