API Reference › SteamAPI
HServerListRequest
StructNamespace: SwiftlyS2.Shared.SteamAPI · Assembly: SwiftlyS2.CS2.dll
[Serializable]
public struct HServerListRequest : IEquatable<HServerListRequest>Implements IEquatable<HServerListRequest>
Constructors
Methods
Indicates whether this instance and a specified object are equal.
public override bool Equals(object other)Parameters
- otherobject
Returns
true if obj and this instance are the same type and represent the same value; otherwise, false .
Indicates whether the current object is equal to another object of the same type.
public bool Equals(HServerListRequest other)Parameters
- otherHServerListRequestAn object to compare with this object.
Returns the hash code for this instance.
public override int GetHashCode()Returns the fully qualified type name of this instance.
public override string ToString()Fields
Operators
public static bool operator ==(HServerListRequest x, HServerListRequest y)Parameters
Returns
public static explicit operator nint(HServerListRequest that)Parameters
Returns
public static bool operator !=(HServerListRequest x, HServerListRequest y)Parameters
Returns