withSIX.Play.Core.Games.Entities.ContentPaths.EqualPath C# (CSharp) Method

EqualPath() public method

public EqualPath ( ContentPaths other ) : bool
other ContentPaths
return bool
        public bool EqualPath(ContentPaths other) => Path.EqualsNullSupported(other.Path);