Fusion.Core.Mathematics.Half.Equals C# (CSharp) Method

Equals() public method

Returns a value that indicates whether the current instance is equal to the specified object.
public Equals ( Half other ) : bool
other Half Object to make the comparison with.
return bool
        public bool Equals(Half other)
        {
            return other.value == value;
        }

Same methods

Half::Equals ( Half &value1, Half &value2 ) : bool
Half::Equals ( object obj ) : bool