Color.Equality(Color, Color) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tests whether two Color structs are identical.
public:
static bool operator ==(Windows::UI::Color color1, Windows::UI::Color color2);
public static bool operator == (Windows.UI.Color color1, Windows.UI.Color color2);
static member ( = ) : Windows.UI.Color * Windows.UI.Color -> bool
Public Shared Operator == (color1 As Color, color2 As Color) As Boolean
Parameters
Returns
true
if color1
and color2
are exactly identical; otherwise, false
.
Remarks
This struct represents the .NET projection of the Windows Runtime (WinRT) Color
struct. For more information, see Color in the UWP API reference.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา